summaryrefslogtreecommitdiff
path: root/nix/rust.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nix/rust.nix')
-rw-r--r--nix/rust.nix10
1 files changed, 0 insertions, 10 deletions
diff --git a/nix/rust.nix b/nix/rust.nix
deleted file mode 100644
index 1419ec7..0000000
--- a/nix/rust.nix
+++ /dev/null
@@ -1,10 +0,0 @@
-{ sources ? import ./sources.nix }:
-
-let
- pkgs =
- import sources.nixpkgs { overlays = [ (import sources.nixpkgs-mozilla) ]; };
- channel = "nightly";
- date = "2022-02-16";
- targets = [ ];
- chan = pkgs.rustChannelOfTargets channel date targets;
-in chan