diff --git a/flake.lock b/flake.lock index 8b80244..269e5e5 100644 Binary files a/flake.lock and b/flake.lock differ diff --git a/flake.nix b/flake.nix index b448040..b09a6da 100644 --- a/flake.nix +++ b/flake.nix @@ -4,7 +4,7 @@ nixpkgs = { url = "github:NixOS/nixpkgs/nixos-23.11"; }; 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 lib = repo.lib.__internal__;