nixberry: hack it to build
This commit is contained in:
parent
0155281d38
commit
1edc049e07
1 changed files with 5 additions and 0 deletions
|
|
@ -21,6 +21,11 @@ in
|
|||
config.allowUnfree = true;
|
||||
};
|
||||
|
||||
# hack
|
||||
environment.systemPackages = [ pkgs.dconf ];
|
||||
|
||||
programs.nix-ld.enable = false;
|
||||
|
||||
imports =
|
||||
with config.flake.modules.nixos;
|
||||
with inputs.nixos-raspberrypi.nixosModules;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue