diff options
-rw-r--r-- | flake.nix | 2 | ||||
-rw-r--r-- | nix/arches.nix (renamed from arches.nix) | 0 |
2 files changed, 1 insertions, 1 deletions
@@ -23,7 +23,7 @@ pkgs = nixpkgs.legacyPackages.${system}; fenix = fenix-flake.packages.${system}; - arches = import ./arches.nix; + arches = import ./nix/arches.nix; python = pkgs.python3.withPackages (ps: [ ps.ninja ]); rust-toolchain = fenix.combine ( diff --git a/arches.nix b/nix/arches.nix index 257ad7d..257ad7d 100644 --- a/arches.nix +++ b/nix/arches.nix |