Skip to content

Commit

Permalink
feat: enable nix-ld
Browse files Browse the repository at this point in the history
I should have done this ages
  • Loading branch information
FredeHoey committed Dec 13, 2024
1 parent 007d095 commit b821f30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/base.nix
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
enableSSHSupport = true;
pinentryPackage = pkgs.pinentry-qt;
};
nix.package = pkgs.nixVersions.nix_2_22;
programs.nix-ld.enable = true;
services.udev = {
enable = true;
extraRules = ''
Expand Down

0 comments on commit b821f30

Please sign in to comment.