flake.nix: remove rust-overlay flake

It is better suited for individual projects and the devshell uses the
versions from nixpkgs anyways.
This commit is contained in:
Gabriel Arazas 2023-07-24 13:09:30 +08:00
parent 3b3530de08
commit 4edd63f411
No known key found for this signature in database
GPG Key ID: ADE0C41DAB221FCC
2 changed files with 0 additions and 62 deletions

55
flake.lock generated
View File

@ -443,24 +443,6 @@
"type": "github"
}
},
"flake-utils_6": {
"inputs": {
"systems": "systems_6"
},
"locked": {
"lastModified": 1681202837,
"narHash": "sha256-H+Rh19JDwRtpVPAWp64F+rlEtxUWBAQW28eAi3SRSzg=",
"owner": "numtide",
"repo": "flake-utils",
"rev": "cfacdce06f30d2b68473a46042957675eebb3401",
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "flake-utils",
"type": "github"
}
},
"guix-overlay": {
"inputs": {
"nixpkgs": "nixpkgs"
@ -1009,7 +991,6 @@
"nixos-unstable-small": "nixos-unstable-small",
"nixpkgs": "nixpkgs_4",
"nur": "nur",
"rust-overlay": "rust-overlay_2",
"sops-nix": "sops-nix"
}
},
@ -1035,27 +1016,6 @@
"type": "github"
}
},
"rust-overlay_2": {
"inputs": {
"flake-utils": "flake-utils_6",
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
"lastModified": 1690165277,
"narHash": "sha256-P3X8iSAu12z+UFxquuntZnR8sXjKwgYHf0wTzgO8I7M=",
"owner": "oxalica",
"repo": "rust-overlay",
"rev": "317c523c09218f27f1da1ec0d06bbd2cbc0c1939",
"type": "github"
},
"original": {
"owner": "oxalica",
"repo": "rust-overlay",
"type": "github"
}
},
"sops-nix": {
"inputs": {
"nixpkgs": [
@ -1152,21 +1112,6 @@
"type": "github"
}
},
"systems_6": {
"locked": {
"lastModified": 1681028828,
"narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=",
"owner": "nix-systems",
"repo": "default",
"rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e",
"type": "github"
},
"original": {
"owner": "nix-systems",
"repo": "default",
"type": "github"
}
},
"utils": {
"locked": {
"lastModified": 1667395993,

View File

@ -55,10 +55,6 @@
# Guix in NixOS?!
guix-overlay.url = "github:foo-dogsquared/nix-overlay-guix";
# The more recommended Rust overlay so I'm going with it.
rust-overlay.url = "github:oxalica/rust-overlay";
rust-overlay.inputs.nixpkgs.follows = "nixpkgs";
# Generating an entire flavored themes with Nix?
nix-colors.url = "github:misterio77/nix-colors";
@ -105,9 +101,6 @@
# Emacs unstable version!
inputs.emacs-overlay.overlays.default
# Rust overlay for them ease of setting up Rust toolchains.
inputs.rust-overlay.overlays.default
# Access to NUR.
inputs.nur.overlay
];