Refactor Nix package definitions in flake.nix and run.nix to improve dependency handling and formatting. Changes include renaming variables for clarity, adding the download package to run.nix, and enhancing the structure of package overrides.
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
xclip,
|
||||
ghostty,
|
||||
rmlint,
|
||||
callPackage,
|
||||
download,
|
||||
...
|
||||
}:
|
||||
writeShellApplication {
|
||||
@@ -21,6 +21,7 @@ writeShellApplication {
|
||||
xclip
|
||||
ghostty
|
||||
rmlint
|
||||
download
|
||||
];
|
||||
|
||||
text = builtins.readFile ../src/packaged_scripts/run.sh;
|
||||
|
||||
Reference in New Issue
Block a user