Apps: fix nix-prefetch-scripts package name
This commit is contained in:
parent
72cbbe86da
commit
266944a9f5
|
@ -21,7 +21,7 @@ in
|
||||||
aux.system = {
|
aux.system = {
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
nixd
|
nixd
|
||||||
nix-prefetch-hash
|
nix-prefetch-scripts
|
||||||
];
|
];
|
||||||
ui.flatpak = {
|
ui.flatpak = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
Loading…
Reference in a new issue