Use snowfall-lib pre-v3

Signed-off-by: Harald Hoyer <harald@hoyer.xyz>
This commit is contained in:
Harald Hoyer 2024-03-11 17:05:47 +01:00
parent b6acf6a941
commit 9e19f0673a
2 changed files with 9 additions and 28 deletions

View file

@ -2115,16 +2115,17 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1696432959, "lastModified": 1709576611,
"narHash": "sha256-oJQZv2MYyJaVyVJY5IeevzqpGvMGKu5pZcCCJvb+xjc=", "narHash": "sha256-vkcNo9pDhKObEU1xKDHcUUWKQbuYIi5051/5s/l6Iig=",
"owner": "snowfallorg", "owner": "snowfallorg",
"repo": "lib", "repo": "lib",
"rev": "92803a029b5314d4436a8d9311d8707b71d9f0b6", "rev": "5082cdac87c5fd99ef2ee5989d9f73888bc5ed14",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "snowfallorg", "owner": "snowfallorg",
"repo": "lib", "repo": "lib",
"rev": "5082cdac87c5fd99ef2ee5989d9f73888bc5ed14",
"type": "github" "type": "github"
} }
}, },
@ -2396,11 +2397,11 @@
}, },
"unstable": { "unstable": {
"locked": { "locked": {
"lastModified": 1709703039, "lastModified": 1709961763,
"narHash": "sha256-6hqgQ8OK6gsMu1VtcGKBxKQInRLHtzulDo9Z5jxHEFY=", "narHash": "sha256-6H95HGJHhEZtyYA3rIQpvamMKAGoa8Yh2rFV29QnuGw=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "9df3e30ce24fd28c7b3e2de0d986769db5d6225d", "rev": "3030f185ba6a4bf4f18b87f345f104e6a6961f34",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -13,7 +13,7 @@
}; };
snowfall-lib = { snowfall-lib = {
url = "github:snowfallorg/lib"; url = "github:snowfallorg/lib?rev=5082cdac87c5fd99ef2ee5989d9f73888bc5ed14";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };
@ -56,30 +56,10 @@
allowUnfree = true; allowUnfree = true;
}; };
homes.users."harald@sgx-nixos".modules = with inputs; [ homes.modules = with inputs; [
neovim-flake.homeManagerModules.default neovim-flake.homeManagerModules.default
]; ];
homes.users."harald@x1".modules = with inputs; [
neovim-flake.homeManagerModules.default
];
homes.users."harald@sgx".modules = with inputs; [
neovim-flake.homeManagerModules.default
];
homes.users."harald@mpro.fritz.box".modules = with inputs; [
neovim-flake.homeManagerModules.default
];
homes.users."harald@sgx-azure".modules = with inputs; [
neovim-flake.homeManagerModules.default
];
# homes.modules = with inputs; [
# neovim-flake.homeManagerModules.default
# ];
systems.modules.nixos = with inputs; [ systems.modules.nixos = with inputs; [
lanzaboote.nixosModules.lanzaboote lanzaboote.nixosModules.lanzaboote
home-manager.nixosModules.home-manager home-manager.nixosModules.home-manager