diff options
Diffstat (limited to 'distro/pkg/nix/top-level.nix')
-rw-r--r-- | distro/pkg/nix/top-level.nix | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/distro/pkg/nix/top-level.nix b/distro/pkg/nix/top-level.nix new file mode 100644 index 0000000..303923c --- /dev/null +++ b/distro/pkg/nix/top-level.nix @@ -0,0 +1,8 @@ + +with import <nixpkgs> {}; + +(callPackage ./. { +}).overrideAttrs (attrs: { + src = ./knot-{{ version }}.tar.xz; +}) + |