add nixpak
This commit is contained in:
parent
5c15a335f6
commit
956f7a8879
1 changed files with 3 additions and 0 deletions
|
@ -27,6 +27,9 @@
|
||||||
|
|
||||||
dream2nix.url = "github:nix-community/dream2nix";
|
dream2nix.url = "github:nix-community/dream2nix";
|
||||||
dream2nix.inputs.nixpkgs.follows = "nixpkgs";
|
dream2nix.inputs.nixpkgs.follows = "nixpkgs";
|
||||||
|
|
||||||
|
nixpak.url = "github:max-privatevoid/nixpak";
|
||||||
|
nixpak.inputs.nixpkgs.follows = "nixpkgs";
|
||||||
};
|
};
|
||||||
outputs = { self, nixpkgs, home-manager, nixos-hardware, ... }@inputs:
|
outputs = { self, nixpkgs, home-manager, nixos-hardware, ... }@inputs:
|
||||||
let
|
let
|
||||||
|
|
Loading…
Reference in a new issue