mirror of
https://github.com/materusPL/Nixerus.git
synced 2026-03-05 00:27:22 +01:00
Compare commits
2 Commits
d850ed70a9
...
b151b5139b
| Author | SHA1 | Date | |
|---|---|---|---|
| b151b5139b | |||
| 4c538a9213 |
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -35,7 +35,7 @@ jobs:
|
|||||||
nixPath:
|
nixPath:
|
||||||
- nixpkgs=channel:nixos-unstable
|
- nixpkgs=channel:nixos-unstable
|
||||||
- nixpkgs=channel:nixpkgs-unstable
|
- nixpkgs=channel:nixpkgs-unstable
|
||||||
- nixpkgs=channel:nixos-25.05
|
- nixpkgs=channel:nixos-25.11
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
|
|||||||
@ -19,7 +19,7 @@
|
|||||||
glfw3-minecraft,
|
glfw3-minecraft,
|
||||||
pciutils,
|
pciutils,
|
||||||
udev,
|
udev,
|
||||||
glxinfo,
|
mesa-demos,
|
||||||
quazip,
|
quazip,
|
||||||
libGL,
|
libGL,
|
||||||
flite,
|
flite,
|
||||||
@ -40,7 +40,7 @@ let
|
|||||||
let
|
let
|
||||||
binpath = lib.makeBinPath [
|
binpath = lib.makeBinPath [
|
||||||
xorg.xrandr
|
xorg.xrandr
|
||||||
glxinfo
|
mesa-demos
|
||||||
pciutils
|
pciutils
|
||||||
];
|
];
|
||||||
libpath =
|
libpath =
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user