Fix zeroad build
This commit is contained in:
parent
3f734a550b
commit
fbd2758263
1 changed files with 6 additions and 0 deletions
|
@ -23,6 +23,12 @@
|
|||
"spidermonkey-38.8.0"
|
||||
];
|
||||
|
||||
nixpkgs.overlays = [
|
||||
(self: super: {
|
||||
zeroadPackages = (super.zeroadPackages.override { newScope = (extra: self.newScope ({ stdenv = self.gcc9Stdenv; } // extra)); });
|
||||
})
|
||||
];
|
||||
|
||||
hardware.opengl.enable = true;
|
||||
home-manager.users.charlotte = { pkgs, ... }: {
|
||||
home.packages = [ pkgs.zeroad ];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue