Replace rnix with nixd
This commit is contained in:
parent
7c74c5e1d9
commit
6e8d8b43c2
2 changed files with 4 additions and 5 deletions
|
@ -55,10 +55,6 @@
|
|||
nixpkgsConfig = {
|
||||
config = {
|
||||
allowUnfree = true;
|
||||
# TODO 24.05 rnix-lsp relies on this, but has been removed now
|
||||
permittedInsecurePackages = [
|
||||
"nix-2.15.3"
|
||||
];
|
||||
};
|
||||
overlays = [
|
||||
(final: prev: { unstable = unixpkgs.legacyPackages.${prev.system}.pkgs; })
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue