summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index 0b2a514..03b99ac 100644
--- a/flake.nix
+++ b/flake.nix
@@ -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 (