1
1
Fork 1
mirror of https://github.com/oddlama/nix-config.git synced 2025-10-10 23:00:39 +02:00

chore: update flake

This commit is contained in:
oddlama 2024-03-11 20:42:06 +01:00
parent e9fbbb9c7d
commit bec8f5f50f
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
7 changed files with 346 additions and 320 deletions

View file

@ -73,4 +73,8 @@
# node = "sire-influxdb";
# };
#};
nixpkgs.config.permittedInsecurePackages = lib.trace "please remove insecure nix 2.16.2 very fast ok thx bye" [
"nix-2.16.2"
];
}