fix: rustc overlay errors for cosmic
This commit is contained in:
parent
50216564f2
commit
ac21d2d46a
1 changed files with 11 additions and 3 deletions
10
flake.nix
10
flake.nix
|
|
@ -52,9 +52,16 @@
|
|||
url = "github:ryantm/agenix";
|
||||
};
|
||||
|
||||
oxalica = {
|
||||
url = "github:oxalica/rust-overlay";
|
||||
};
|
||||
|
||||
cosmic = {
|
||||
url = "github:lilyinstarlight/nixos-cosmic";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
inputs = {
|
||||
nixpkgs.follows = "nixpkgs";
|
||||
rust-overlay.follows = "oxalica";
|
||||
};
|
||||
};
|
||||
|
||||
};
|
||||
|
|
@ -128,3 +135,4 @@
|
|||
};
|
||||
};
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue