Switch back to unstable

This commit is contained in:
Charlotte Van Petegem 2022-03-21 12:07:17 +01:00
parent 0a67614666
commit 3a90fc59b6
No known key found for this signature in database
GPG key ID: 019E764B7184435A
2 changed files with 5 additions and 5 deletions

8
flake.lock generated
View file

@ -130,16 +130,16 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1647808254,
"narHash": "sha256-yajQF+iTkFdvorc/OsEgC1+HLPT/uwLYE4ds8HAURkA=",
"lastModified": 1647800324,
"narHash": "sha256-rjwoxrk16zfrcO5Torh6CbAd5GHsHrXw+EwxOvh9AUI=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "e2f381b2f1879ad6d68be5a9e9e6e3288529bfaf",
"rev": "9bc841fec1c0e8b9772afa29f934d2c7ce57da8e",
"type": "github"
},
"original": {
"owner": "nixos",
"ref": "nixos-unstable-small",
"ref": "nixos-unstable",
"repo": "nixpkgs",
"type": "github"
}

View file

@ -19,7 +19,7 @@
url = "gitlab:simple-nixos-mailserver/nixos-mailserver";
inputs.nixpkgs.follows = "nixpkgs";
};
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable-small";
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
nur.url = "github:nix-community/NUR";
tetris = {
url = "github:chvp/tetris";