switch to back to nixos-unstable-small
Some checks failed
checks-impure / test (pull_request) Successful in 2m44s
checks / test (pull_request) Failing after 4m8s

This commit is contained in:
Jörg Thalheim 2023-11-03 13:44:12 +01:00
parent 5cb4019942
commit 742886b8d5
2 changed files with 7 additions and 9 deletions

View File

@ -98,16 +98,16 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1696051733,
"narHash": "sha256-fEC8/6wJOWgCSvBjPwMBdaYtp57OUfQd3dJgp0D/It4=",
"owner": "Mic92",
"lastModified": 1698956996,
"narHash": "sha256-X029F/YpX0HoE5ppGaVWY+arqI2DokggQtJACSl67+8=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "c3bd4f19ef0062d4462444aa413e26c917187ae9",
"rev": "e8be045c25d93f18f3530ac2dfa264750c6778b7",
"type": "github"
},
"original": {
"owner": "Mic92",
"ref": "fakeroot",
"owner": "NixOS",
"ref": "nixos-unstable-small",
"repo": "nixpkgs",
"type": "github"
}

View File

@ -5,9 +5,7 @@
nixConfig.extra-trusted-public-keys = [ "cache.clan.lol-1:3KztgSAB5R1M+Dz7vzkBGzXdodizbgLXGXKXlcQLA28=" ];
inputs = {
#nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
# https://github.com/NixOS/nixpkgs/pull/257462
nixpkgs.url = "github:Mic92/nixpkgs/fakeroot";
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable-small";
floco.url = "github:aakropotkin/floco";
floco.inputs.nixpkgs.follows = "nixpkgs";
disko.url = "github:nix-community/disko";