nixberry: hack it to build

This commit is contained in:
Christoph Hollizeck 2025-11-21 20:35:34 +01:00
parent 0155281d38
commit 1edc049e07
Signed by: Daholli
GPG key ID: 249300664F2AF2C7

View file

@ -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;