mirror of
https://github.com/NiklasGollenstede/nixos-installer.git
synced 2024-11-21 23:43:14 +01:00
fix partially broken config
flake reference
This commit is contained in:
parent
caab927610
commit
9e02cd5952
BIN
flake.lock
BIN
flake.lock
Binary file not shown.
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
nixpkgs = { url = "github:NixOS/nixpkgs/nixos-23.11"; };
|
nixpkgs = { url = "github:NixOS/nixpkgs/nixos-23.11"; };
|
||||||
functions = { url = "github:NiklasGollenstede/nix-functions"; inputs.nixpkgs.follows = "nixpkgs"; };
|
functions = { url = "github:NiklasGollenstede/nix-functions"; inputs.nixpkgs.follows = "nixpkgs"; };
|
||||||
config.url = "path:./example/defaultConfig";
|
config.url = "github:NiklasGollenstede/nixos-installer?dir=example/defaultConfig"; # "path:./example/defaultConfig"; # (The latter only works on each host after using this flake directly (not as dependency or another flake). The former effectively points to the last commit, i.e. it takes two commits to apply changes to the default config.)
|
||||||
|
|
||||||
}; outputs = inputs@{ self, ... }: inputs.functions.lib.importRepo inputs ./. (repo@{ overlays, ... }: let
|
}; outputs = inputs@{ self, ... }: inputs.functions.lib.importRepo inputs ./. (repo@{ overlays, ... }: let
|
||||||
lib = repo.lib.__internal__;
|
lib = repo.lib.__internal__;
|
||||||
|
Loading…
Reference in New Issue
Block a user