(nix): use unstable nixpkgs for dev-environment

This commit is contained in:
2020-12-02 10:15:45 +01:00
parent 133196f3cd
commit 99a75fa4e1
2 changed files with 22 additions and 4 deletions

19
flake.lock generated
View File

@@ -31,10 +31,27 @@
"type": "github"
}
},
"nixpkgs-unstable": {
"locked": {
"lastModified": 1606725183,
"narHash": "sha256-QIdgDJUnT/Gq8vURmQqy1tTVpI0cWryoD9/auCAkQbE=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "24eb3f87fc610f18de7076aee7c5a84ac5591e3e",
"type": "github"
},
"original": {
"owner": "NixOS",
"ref": "nixos-unstable",
"repo": "nixpkgs",
"type": "github"
}
},
"root": {
"inputs": {
"import-cargo": "import-cargo",
"nixpkgs": "nixpkgs"
"nixpkgs": "nixpkgs",
"nixpkgs-unstable": "nixpkgs-unstable"
}
}
},