Add custom packages dir
This commit is contained in:
parent
a22397496b
commit
40361be84d
|
@ -112,5 +112,6 @@
|
||||||
}];
|
}];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
packages.${system}.linuxPackages = import ./pkgs { inherit pkgs; };
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
5
pkgs/default.nix
Normal file
5
pkgs/default.nix
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
# Custom packages, that can be defined similarly to ones from nixpkgs
|
||||||
|
# You can build them using 'nix build .#example' or (legacy) 'nix-build -A example'
|
||||||
|
|
||||||
|
{ pkgs }: {
|
||||||
|
}
|
Loading…
Reference in a new issue