fix partially broken config flake reference

This commit is contained in:
Niklas Gollenstede 2023-12-01 12:29:05 +01:00
parent caab927610
commit 9e02cd5952
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -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__;