From 905e90461e4d15f80b1f0ae0f0fe1a5863be92b6 Mon Sep 17 00:00:00 2001 From: Nathan Ringo Date: Sun, 1 Sep 2024 22:16:59 -0500 Subject: Move arches.nix. --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'flake.nix') 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 ( -- cgit v1.2.3