convert flake-update to a submodule type
Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
This commit is contained in:
10
flake.nix
10
flake.nix
@ -186,6 +186,16 @@
|
||||
|
||||
formatter = forEachSystem (system: nixpkgs.legacyPackages.${system}.nixfmt-rfc-style);
|
||||
|
||||
# adds our lib functions to lib namespace
|
||||
lib = nixpkgs.lib.extend (
|
||||
self: super: {
|
||||
my = import ./lib {
|
||||
inherit nixpkgs inputs;
|
||||
lib = self;
|
||||
};
|
||||
}
|
||||
);
|
||||
|
||||
nixosConfigurations =
|
||||
let
|
||||
constructSystem =
|
||||
|
Reference in New Issue
Block a user