mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-02-07 06:19:00 +00:00
pkgs: revise entry set
This commit is contained in:
parent
e2c80e14b3
commit
3e898cf0b3
@ -1,11 +1,7 @@
|
||||
{ pkgs ? import <nixpkgs> { }, overrides ? (self: super: { }) }:
|
||||
{ pkgs ? import <nixpkgs> { } }:
|
||||
|
||||
with pkgs;
|
||||
|
||||
let
|
||||
packages = self:
|
||||
let callPackage = newScope self;
|
||||
in rec {
|
||||
lib.makeScope newScope (self: {
|
||||
ags = callPackage ./ags { };
|
||||
awesome-cli = callPackage ./awesome-cli { };
|
||||
blender-blendergis = python3Packages.callPackage ./blender-blendergis { };
|
||||
@ -39,6 +35,4 @@ let
|
||||
watc = callPackage ./watc { };
|
||||
wzmach = callPackage ./wzmach { };
|
||||
xs = callPackage ./xs { };
|
||||
};
|
||||
in
|
||||
lib.fix' (lib.extends overrides packages)
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user