1
0
Fork 0

Switch back to unstable

This commit is contained in:
Malte 2023-04-27 22:05:23 +02:00
parent 87b0e4baa9
commit c62fa7d216
2 changed files with 4 additions and 4 deletions

View file

@ -370,7 +370,7 @@
},
"original": {
"id": "nixpkgs",
"rev": "d6b863fd9b7bb962e6f9fdf292419a775e772891",
"ref": "nixos-unstable",
"type": "indirect"
}
},
@ -385,7 +385,7 @@
},
"original": {
"id": "nixpkgs",
"rev": "d6b863fd9b7bb962e6f9fdf292419a775e772891",
"ref": "nixos-unstable",
"type": "indirect"
}
},

View file

@ -2,8 +2,8 @@
description = "maralorns configuration";
inputs = {
nixos-unstable.url = "nixpkgs/d6b863fd9b7bb962e6f9fdf292419a775e772891";
nixos-stable.url = "nixpkgs/d6b863fd9b7bb962e6f9fdf292419a775e772891";
nixos-unstable.url = "nixpkgs/nixos-unstable";
nixos-stable.url = "nixpkgs/nixos-unstable";
secrets = {
url = "git+ssh://git@hera.m-0.eu/config-secrets";
inputs.nixpkgs.follows = "";