mirror of
https://github.com/thilobillerbeck/dotfiles.git
synced 2025-05-17 06:14:27 +02:00
allow broken nix on laptop
This commit is contained in:
parent
e158f2d592
commit
5c9d893c82
1 changed files with 4 additions and 0 deletions
|
@ -46,5 +46,9 @@
|
|||
|
||||
environment.systemPackages = with pkgs; [ brlaser brgenml1lpr ];
|
||||
|
||||
nixpkgs.config.permittedInsecurePackages = [
|
||||
"nix-2.16.2"
|
||||
];
|
||||
|
||||
system.stateVersion = "23.05";
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue