summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorNathan Ringo <nathan@remexre.com>2024-09-01 22:16:59 -0500
committerNathan Ringo <nathan@remexre.com>2024-09-01 22:16:59 -0500
commit905e90461e4d15f80b1f0ae0f0fe1a5863be92b6 (patch)
tree9159b2df320ba4cef259f27b83fc38ad06a73dd8 /flake.nix
parent158b7123b6a50b2e8d37529e01ccd94c9106c11a (diff)
Move arches.nix.
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 (