Add python template

This commit is contained in:
Invariantspace 2025-01-24 14:55:37 +08:00
parent d453e0a9c6
commit 417793580b
Signed by: macronova
GPG key ID: CE969670FB4B4A56
4 changed files with 35 additions and 114 deletions

View file

@ -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;};