📦 add nix-ld
Some checks failed
Build all NixOS Configurations / nix build (push) Has been cancelled
Some checks failed
Build all NixOS Configurations / nix build (push) Has been cancelled
This commit is contained in:
parent
a8013b1818
commit
28bea3abc3
2 changed files with 8 additions and 0 deletions
|
@ -23,6 +23,7 @@
|
|||
./ssh-cherry.nix
|
||||
|
||||
./ferdium.nix
|
||||
./nix-ld.nix
|
||||
|
||||
];
|
||||
|
||||
|
|
7
machines/cherry/nix-ld.nix
Normal file
7
machines/cherry/nix-ld.nix
Normal file
|
@ -0,0 +1,7 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
programs.nix-ld.enable = true;
|
||||
environment.systemPackages = [
|
||||
pkgs.nix-ld
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue