flake: switch to unstable nixpkgs

This commit is contained in:
Bruno BELANYI 2021-02-05 16:35:33 +01:00
parent 34548c28ec
commit 49779cac21
2 changed files with 5 additions and 5 deletions

View File

@ -2,16 +2,16 @@
"nodes": { "nodes": {
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1612433293, "lastModified": 1612369752,
"narHash": "sha256-p9vbZBJE8BqLr4uOC+RP12Kg6v6u/gpi8jJ2v1iBAk4=", "narHash": "sha256-JtncDAt+qqUvdaIEpXmLXveu/AeXOPOYGDbpPoG2zgA=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "2b9daa020d40aac9d6ff3d1941d22acf4a3e9229", "rev": "7cbec40a09533dd9c525d6ab94dddfe77768101a",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "NixOS", "owner": "NixOS",
"ref": "nixos-20.09", "ref": "nixos-unstable",
"repo": "nixpkgs", "repo": "nixpkgs",
"type": "github" "type": "github"
} }

View File

@ -1,7 +1,7 @@
{ {
description = "Nixos configuration with flakes"; description = "Nixos configuration with flakes";
inputs = { inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-20.09"; nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
}; };
outputs = { self, nixpkgs }: { outputs = { self, nixpkgs }: {