Replace rnix with nixd

This commit is contained in:
Geoffrey Frogeye 2024-05-10 11:05:48 +02:00
parent 7c74c5e1d9
commit 6e8d8b43c2
Signed by: geoffrey
GPG key ID: C72403E7F82E6AD8
2 changed files with 4 additions and 5 deletions

View file

@ -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; })