mirror of
https://github.com/srid/nixos-config.git
synced 2026-07-16 22:01:33 +08:00
refactor
This commit is contained in:
parent
5e4a344431
commit
d239998e1d
3 changed files with 4 additions and 3 deletions
|
|
@ -12,9 +12,7 @@
|
|||
flake.inputs.nuenv.overlays.nuenv
|
||||
flake.inputs.nixd.overlays.default
|
||||
flake.inputs.nuenv.overlays.default
|
||||
(self: super: {
|
||||
fuckport = pkgs.callPackage ../scripts/fuckport.nix { };
|
||||
})
|
||||
(import ../packages/overlay.nix)
|
||||
];
|
||||
};
|
||||
|
||||
|
|
|
|||
3
packages/overlay.nix
Normal file
3
packages/overlay.nix
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
self: super: {
|
||||
fuckport = self.callPackage ./fuckport.nix {};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue