Fix
This commit is contained in:
parent
195e3fcce6
commit
75f2be723a
|
@ -4,7 +4,7 @@
|
||||||
rust-overlay.url = "github:oxalica/rust-overlay"; # A helper for Rust + Nix
|
rust-overlay.url = "github:oxalica/rust-overlay"; # A helper for Rust + Nix
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs = { nixpkgs }:
|
outputs = { self, nixpkgs, rust-overlay }:
|
||||||
let
|
let
|
||||||
# Overlays enable you to customize the Nixpkgs attribute set
|
# Overlays enable you to customize the Nixpkgs attribute set
|
||||||
overlays = [
|
overlays = [
|
||||||
|
|
Loading…
Reference in New Issue