diff options
author | Baitinq <manuelpalenzuelamerino@gmail.com> | 2022-09-21 19:23:00 +0200 |
---|---|---|
committer | Baitinq <manuelpalenzuelamerino@gmail.com> | 2022-09-22 00:18:59 +0200 |
commit | db0633d5d39a00354e2a58a3dbcea350517c4371 (patch) | |
tree | 9839aab8b954e8d19dcc33ec1b3fd67cb526b8a5 /hosts/phobos | |
parent | Flake: Add systems as 'input' to the nix derivation (diff) | |
download | nixos-config-db0633d5d39a00354e2a58a3dbcea350517c4371.tar.gz nixos-config-db0633d5d39a00354e2a58a3dbcea350517c4371.tar.bz2 nixos-config-db0633d5d39a00354e2a58a3dbcea350517c4371.zip |
Misc: Move nix-index symlink to global configuration
Diffstat (limited to 'hosts/phobos')
-rw-r--r-- | hosts/phobos/default.nix | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/hosts/phobos/default.nix b/hosts/phobos/default.nix index 5d4e4cc..014c24c 100644 --- a/hosts/phobos/default.nix +++ b/hosts/phobos/default.nix @@ -33,7 +33,5 @@ ''; */ - environment.etc."nix-index/files".source = inputs.nix-index.legacyPackages.x86_64-linux.database; - } |