allow broken nix on laptop

This commit is contained in:
Thilo Billerbeck 2024-03-15 15:12:33 +01:00
parent e158f2d592
commit 5c9d893c82

View file

@ -46,5 +46,9 @@
environment.systemPackages = with pkgs; [ brlaser brgenml1lpr ];
nixpkgs.config.permittedInsecurePackages = [
"nix-2.16.2"
];
system.stateVersion = "23.05";
}