Updated lockfile and pinned snowfall lib
This commit is contained in:
parent
0c88554d23
commit
8356d21a5f
2 changed files with 18 additions and 18 deletions
11
flake.nix
11
flake.nix
|
@ -14,7 +14,7 @@
|
|||
nixos-generators.url = "github:nix-community/nixos-generators";
|
||||
nixos-generators.inputs.nixpkgs.follows = "nixpkgs";
|
||||
|
||||
snowfall-lib.url = "github:snowfallorg/lib";
|
||||
snowfall-lib.url = "github:snowfallorg/lib/1aae2b325fc0c5839283a0af5c247fcb596c097f";
|
||||
snowfall-lib.inputs.nixpkgs.follows = "nixpkgs";
|
||||
snowfall-lib.inputs.flake-utils-plus.follows = "flake-utils-plus";
|
||||
|
||||
|
@ -29,14 +29,13 @@
|
|||
nixos-hardware.url = "github:NixOS/nixos-hardware/master";
|
||||
};
|
||||
|
||||
outputs = inputs: let
|
||||
lib = inputs.snowfall-lib.mkLib {
|
||||
outputs = inputs:
|
||||
inputs.snowfall-lib.mkFlake {
|
||||
inherit inputs;
|
||||
src = ./.;
|
||||
};
|
||||
in
|
||||
lib.mkFlake {
|
||||
|
||||
overlay-package-namespace = "aa";
|
||||
# snowfall.namespace = "aa";
|
||||
|
||||
channels-config.allowUnfree = true;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue