explicitly pin nixpkgs

This commit is contained in:
Denis Lehmann 2021-11-22 17:39:30 +01:00
parent 171bc5481f
commit 835da97333
2 changed files with 14 additions and 8 deletions

View File

@ -17,15 +17,18 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1637316267,
"narHash": "sha256-hfAA/0W3tycKKOSwP7Xt6FXLG9h/FgCu45wdGubHtV0=",
"path": "/nix/store/9v2i11v8nnfczb3hcvhb195p0m2n5w92-source",
"rev": "24528474d2b3370f2f23879a557ae2cc92a5d50b",
"type": "path"
"lastModified": 1637155076,
"narHash": "sha256-26ZPNiuzlsnXpt55Q44+yzXvp385aNAfevzVEKbrU5Q=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "715f63411952c86c8f57ab9e3e3cb866a015b5f2",
"type": "github"
},
"original": {
"id": "nixpkgs",
"type": "indirect"
"owner": "nixos",
"ref": "nixos-unstable",
"repo": "nixpkgs",
"type": "github"
}
},
"root": {

View File

@ -3,7 +3,10 @@
nixConfig.bash-prompt = "\[\\e[1m\\e[34mhuepaper-dev\\e[0m:\\w\]$ ";
inputs.flake-utils.url = "github:numtide/flake-utils";
inputs = {
nixpkgs.url = github:nixos/nixpkgs/nixos-unstable;
flake-utils.url = github:numtide/flake-utils;
};
outputs = { self, nixpkgs, flake-utils }: