Direnv and allow unfree
This commit is contained in:
parent
c2eb0ec788
commit
8e2b3e3a28
6 changed files with 24 additions and 16 deletions
|
|
@ -5,9 +5,11 @@ let
|
|||
in
|
||||
{
|
||||
meta = {
|
||||
# Configuration used by colmena to build
|
||||
nixpkgs = import inputs.nixpkgs {
|
||||
system = "x86_64-linux";
|
||||
overlays = [ ];
|
||||
config.allowUnfree = true;
|
||||
};
|
||||
nodeNixpkgs = builtins.mapAttrs (_: v: v.pkgs) inputs.self.nixosConfigurations;
|
||||
nodeSpecialArgs = builtins.mapAttrs (_: v: v._module.specialArgs) inputs.self.nixosConfigurations;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue