feat: use local packwiz package
This commit is contained in:
parent
e6905cb642
commit
1bc7f5b92d
3 changed files with 45 additions and 2 deletions
|
@ -7,6 +7,7 @@
|
|||
};
|
||||
|
||||
nixConfig = {
|
||||
bash-prompt-suffix = "[Skynet Dev] ";
|
||||
extra-substituters = "https://nix-cache.skynet.ie/skynet-cache";
|
||||
extra-trusted-public-keys = "skynet-cache:zMFLzcRZPhUpjXUy8SF8Cf7KGAZwo98SKrzeXvdWABo=";
|
||||
};
|
||||
|
@ -20,7 +21,7 @@
|
|||
system: let
|
||||
pkgs = (import nixpkgs) {inherit system;};
|
||||
packages = with pkgs; [
|
||||
packwiz
|
||||
(pkgs.callPackage ./nix/packwiz.nix {})
|
||||
];
|
||||
in rec {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue