mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 22:59:15 +00:00
nix: rename custom -> packages
This commit is contained in:
parent
754882bf0d
commit
afc2eea47a
24 changed files with 1 additions and 1 deletions
|
|
@ -1,15 +0,0 @@
|
|||
{
|
||||
writeShellApplication,
|
||||
|
||||
nix-output-monitor,
|
||||
nvd,
|
||||
}:
|
||||
|
||||
writeShellApplication {
|
||||
name = "nd";
|
||||
runtimeInputs = [
|
||||
nix-output-monitor
|
||||
nvd
|
||||
];
|
||||
text = builtins.readFile ./nd.sh;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue