mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
nix: split overlays into files
This commit is contained in:
parent
f737508c1c
commit
f2ee73355f
4 changed files with 85 additions and 94 deletions
6
nix/overlays/packagesStable.nix
Normal file
6
nix/overlays/packagesStable.nix
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{sources, ...}: _: _: {
|
||||
myPkgs = let
|
||||
pkgs = import sources.nixpkgs-stable {};
|
||||
in
|
||||
pkgs.callPackages ../packages {};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue