devenv on flakehub as well

This commit is contained in:
Anthony Cicchetti 2023-08-26 16:01:35 -04:00
parent 3baccf2b8c
commit d08871febb
2 changed files with 15 additions and 15 deletions

22
flake.lock generated
View file

@ -167,18 +167,15 @@
}, },
"nixpkgs_2": { "nixpkgs_2": {
"locked": { "locked": {
"lastModified": 1688392541, "narHash": "sha256-5nm4yrEHKupjn62MibENtfqlP6pWcRTuSKrMiH9bLkc=",
"narHash": "sha256-lHrKvEkCPTUO+7tPfjIcb7Trk6k31rz18vkyqmkeJfY=", "rev": "5690c4271f2998c304a45c91a0aeb8fb69feaea7",
"owner": "NixOS", "revCount": 518598,
"repo": "nixpkgs", "type": "tarball",
"rev": "ea4c80b39be4c09702b0cb3b42eab59e2ba4f24b", "url": "https://api.flakehub.com/f/pinned/NixOS/nixpkgs/0.1.518598%2Brev-5690c4271f2998c304a45c91a0aeb8fb69feaea7/018a32e8-6e96-7b90-bccc-a5cf4c5ac2dd/source.tar.gz"
"type": "github"
}, },
"original": { "original": {
"owner": "NixOS", "type": "tarball",
"ref": "nixos-22.11", "url": "https://flakehub.com/f/NixOS/nixpkgs/0.1.0.tar.gz"
"repo": "nixpkgs",
"type": "github"
} }
}, },
"pre-commit-hooks": { "pre-commit-hooks": {
@ -241,9 +238,8 @@
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "nix-systems", "id": "systems",
"repo": "default", "type": "indirect"
"type": "github"
} }
} }
}, },

View file

@ -1,10 +1,14 @@
{ {
inputs = { inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-22.11"; nixpkgs.url = "https://flakehub.com/f/NixOS/nixpkgs/0.1.0.tar.gz";
systems.url = "github:nix-systems/default";
devenv.url = "github:cachix/devenv"; devenv.url = "github:cachix/devenv";
}; };
nixConfig = {
extra-trusted-public-keys = "devenv.cachix.org-1:w1cLUi8dv3hnoSPGAuibQv+f9TZLr6cv/Hm9XgU50cw=";
extra-substituters = "https://devenv.cachix.org";
};
outputs = { outputs = {
self, self,
nixpkgs, nixpkgs,