summaryrefslogtreecommitdiffstats
path: root/distro/pkg/nix/top-level.nix
blob: 303923c4b88a730e19e48a6494d85818319d47d1 (plain)
1
2
3
4
5
6
7
8
with import <nixpkgs> {};

(callPackage ./. {
}).overrideAttrs (attrs: {
  src = ./knot-{{ version }}.tar.xz;
})