sane-nix-files: define this repo as a package

setup as a dirty git repo, intentionally
This commit is contained in:
Colin 2024-06-14 04:40:47 +00:00
parent 654858f8ff
commit d037afd75c
2 changed files with 3 additions and 2 deletions

View File

@ -57,6 +57,6 @@ let
{ name = "rescue"; system = "x86_64-linux"; }
{ name = "servo"; system = "x86_64-linux"; }
];
in (mkPkgs {}) // {
in {
inherit hosts;
}
} // (mkPkgs {})

View File

@ -80,6 +80,7 @@ let
sane-cast = callPackage ./additional/sane-cast { };
sane-die-with-parent = callPackage ./additional/sane-die-with-parent { };
sane-kernel-tools = lib.recurseIntoAttrs (callPackage ./additional/sane-kernel-tools { });
sane-nix-files = callPackage ./additional/sane-nix-files { };
sane-open = callPackage ./additional/sane-open { };
sane-screenshot = callPackage ./additional/sane-screenshot { };
sane-scripts = lib.recurseIntoAttrs (callPackage ./additional/sane-scripts { });