parent
4d76f96a7b
commit
7d68e0bc56
5 changed files with 8 additions and 6 deletions
|
@ -152,7 +152,7 @@
|
|||
inherit (self.packages.${system})
|
||||
otpmenu
|
||||
nsxiv
|
||||
find-service-config
|
||||
systemctl-find-service-config
|
||||
;
|
||||
})
|
||||
];
|
||||
|
@ -305,7 +305,7 @@
|
|||
boot.loader.systemd-boot.configurationLimit = lib.mkDefault 10;
|
||||
boot.loader.generic-extlinux-compatible.configurationLimit = lib.mkDefault 10;
|
||||
boot.loader.grub.configurationLimit = lib.mkDefault 10;
|
||||
environment.systemPackages = [ pkgs.find-service-config ];
|
||||
environment.systemPackages = [ pkgs.systemctl-find-service-config ];
|
||||
}
|
||||
)
|
||||
# My Structure
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
{
|
||||
packages.pkl = callPackage ./pkl { };
|
||||
packages.otpmenu = callPackage ./otpmenu { };
|
||||
packages.find-service-config = callPackage ./find-service-config { };
|
||||
packages.systemctl-find-service-config = callPackage ./systemctl-find-service-config { };
|
||||
#packages.sononym = callPackage ./sononym { };
|
||||
#packages.sononym-crawler = callPackage ./sononym-crawler { };
|
||||
|
||||
|
|
|
@ -1,3 +0,0 @@
|
|||
{ pkgs }:
|
||||
|
||||
pkgs.writers.writeBashBin "find-service-config" (pkgs.lib.fileContents ./find-service-config.sh)
|
5
nix/packages/systemctl-find-service-config/default.nix
Normal file
5
nix/packages/systemctl-find-service-config/default.nix
Normal file
|
@ -0,0 +1,5 @@
|
|||
{ pkgs }:
|
||||
|
||||
pkgs.writers.writeBashBin "sysetmctl-find-service-config" (
|
||||
pkgs.lib.fileContents ./systemctl-find-service-config.sh
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue