diff options
author | Franck Cuny <franck@fcuny.net> | 2022-06-09 09:40:02 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2022-06-09 10:59:05 -0700 |
commit | 6d25860b08178432a294197dd72eccaf733016d8 (patch) | |
tree | 47b04f7f14943df3260f788d2ffc6c21dd0914f9 | |
parent | ref(profiles): get rid of all the profiles (diff) | |
download | world-6d25860b08178432a294197dd72eccaf733016d8.tar.gz |
ref(nix): rename lib/ to nix/
Change-Id: If1e608b89b39bd5a53a37b873833a7ea881cb418 Reviewed-on: https://cl.fcuny.net/c/world/+/298 Reviewed-by: Franck Cuny <franck@fcuny.net>
-rw-r--r-- | flake.nix | 2 | ||||
-rw-r--r-- | nix/default.nix (renamed from lib/default.nix) | 0 | ||||
-rw-r--r-- | nix/private-wireguard.nix (renamed from lib/private-wireguard.nix) | 0 |
3 files changed, 1 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix index edc3965..d8990da 100644 --- a/flake.nix +++ b/flake.nix @@ -30,7 +30,7 @@ # Output config, or config for NixOS system outputs = { ... }@inputs: - let lib = import ./lib { inherit inputs; }; + let lib = import ./nix { inherit inputs; }; in { nixosConfigurations = { carmel = lib.mkSystem { diff --git a/lib/default.nix b/nix/default.nix index 8b46c58..8b46c58 100644 --- a/lib/default.nix +++ b/nix/default.nix diff --git a/lib/private-wireguard.nix b/nix/private-wireguard.nix index 706dfd8..706dfd8 100644 --- a/lib/private-wireguard.nix +++ b/nix/private-wireguard.nix |