outputs: fix typo
This commit is contained in:
parent
7828941e12
commit
bff3e5c2aa
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ self = {
|
||||||
nixpkgs = import "${inputs.nixpkgs}/pkgs/top-level/default.nix" { localSystem = system; };
|
nixpkgs = import "${inputs.nixpkgs}/pkgs/top-level/default.nix" { localSystem = system; };
|
||||||
attrnames = builtins.attrNames nixpkgs;
|
attrnames = builtins.attrNames nixpkgs;
|
||||||
in
|
in
|
||||||
builtins.removeAttrs (self.pkgsForSystem system) attrnames
|
builtins.removeAttrs (self.packagesForSystem system) attrnames
|
||||||
);
|
);
|
||||||
overlays = {
|
overlays = {
|
||||||
cosmicPackages = import ./pkgs/overlays/cosmic-packages.nix { inherit inputs; };
|
cosmicPackages = import ./pkgs/overlays/cosmic-packages.nix { inherit inputs; };
|
||||||
|
|
Loading…
Add table
Reference in a new issue