This commit is contained in:
2024-03-13 23:01:38 +00:00
parent 2bbce7ec6c
commit 3636840638
3 changed files with 92 additions and 19 deletions

View File

@@ -21,6 +21,8 @@
nixgl.url = "github:/guibou/nixGL";
nixgl.inputs.nixpkgs.follows = "nixpkgs";
zig.url = "github:mitchellh/zig-overlay";
};
outputs = {
@@ -31,6 +33,7 @@
home-manager,
i3utils,
nixgl,
zig,
...
} @ inputs: let
system = "x86_64-linux";
@@ -42,6 +45,7 @@
overlays = [
golink.overlay
nixgl.overlay
zig.overlays.default
];
config.permittedInsecurePackages = [
"electron-25.9.0"