Completed centralized update
This commit is contained in:
parent
ef5b48d142
commit
83c9c72688
15 changed files with 328 additions and 138 deletions
|
|
@ -7,9 +7,8 @@ let
|
|||
# url = "https://github.com/nixos/nixpkgs/archive/9b7fb215d4d8399772a4f3d6f00fab3747136f53.tar.gz";
|
||||
# sha256 = "02d1841j7jg161q7cwh7vryxhv7x3bmnhd1jczx14ggfa66vqfhm";
|
||||
# }) { inherit system; };
|
||||
callPackage = pkgs.lib.callPackageWith ( pkgs // self );
|
||||
callPackage = pkgs.lib.callPackageWith (pkgs // self);
|
||||
self = {
|
||||
gallery-tagger = callPackage ./gallery-tagger {};
|
||||
};
|
||||
in self
|
||||
|
||||
in(self)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue