switch to back to nixos-unstable-small

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

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";