Add python template
This commit is contained in:
parent
d453e0a9c6
commit
417793580b
4 changed files with 35 additions and 114 deletions
|
|
@ -38,6 +38,12 @@
|
|||
({pkgs, ...}: {
|
||||
networking.hostName = instance;
|
||||
nixpkgs.overlays = [nix-custom.overlays.default];
|
||||
|
||||
# Feishin broken
|
||||
# TODO: Use audioling
|
||||
nixpkgs.config.permittedInsecurePackages = [
|
||||
"electron-31.7.7"
|
||||
];
|
||||
})
|
||||
];
|
||||
specialArgs = {inherit inputs;};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue