mirror of
https://github.com/genebean/dots.git
synced 2026-03-28 09:57:43 -04:00
Some playground bits for trying restructuring
This commit is contained in:
parent
16f492663d
commit
537dbf0b82
6 changed files with 293 additions and 0 deletions
9
2024-12-rework/nixpkgs-settings.nix
Normal file
9
2024-12-rework/nixpkgs-settings.nix
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{ inputs, ... }: {
|
||||
nixpkgs = {
|
||||
config = {
|
||||
allowUnfree = true;
|
||||
permittedInsecurePackages = [ "olm-3.2.16" "electron-27.3.11" ];
|
||||
};
|
||||
overlays = [ inputs.nixpkgs-terraform.overlays.default ];
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue