Skip to content

Commit 844794c

Browse files
committed
fix: remove star-citizen, it's not building
1 parent e6df0ed commit 844794c

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

systems/x86_64-nixos/vulkan/default.nix

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
lib,
44
inputs,
55
modulesPath,
6-
inputs',
76
pkgs,
87
...
98
}:
@@ -47,13 +46,6 @@
4746
incus.enable = true;
4847
qemu.enable = true;
4948
};
50-
51-
packages = {
52-
inherit (pkgs) go;
53-
star-citizen = inputs'.nix-gaming.packages.star-citizen.override (_: {
54-
useUmu = true;
55-
});
56-
};
5749
};
5850

5951
boot = {

0 commit comments

Comments
 (0)