diff options
author | sefidel <contact@sefidel.net> | 2022-01-19 08:21:35 +0900 |
---|---|---|
committer | sefidel <contact@sefidel.net> | 2022-01-19 08:22:07 +0900 |
commit | 37fa1e8f2d96b5f4610546bb213e983945a9cb64 (patch) | |
tree | 0b41d1ee57cf68d234420b5ed40b8c28d3b53f7a /flake.nix | |
parent | e4c477c46307ccbccfa4f2fca35b0a9ae133f948 (diff) | |
download | nixrc-37fa1e8f2d96b5f4610546bb213e983945a9cb64.tar.gz nixrc-37fa1e8f2d96b5f4610546bb213e983945a9cb64.zip |
home/development: remove rust-nightly
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/flake.nix b/flake.nix index 47c8f1e..5419424 100644 --- a/flake.nix +++ b/flake.nix @@ -19,9 +19,6 @@ neovim.url = "github:neovim/neovim?dir=contrib"; neovim.inputs.nixpkgs.follows = "nixpkgs"; - rust-overlay.url = "github:oxalica/rust-overlay"; - rust-overlay.inputs.nixpkgs.follows = "nixpkgs"; - # https://github.com/NixOS/nix/pull/5342 chaotic-nixpkgs.url = "git+https://git.sr.ht/~boppy/chaotic-nixpkgs?ref=main"; chaotic-nixpkgs.inputs.nixpkgs.follows = "nixpkgs"; |