feat: nixbook on gnome wayland

This commit is contained in:
Thiago Sposito 2025-08-30 23:19:46 -03:00
parent 955bf3c105
commit 73c352c872
Signed by: thiago
GPG key ID: 3065EA73A976D430
9 changed files with 196 additions and 51 deletions

View file

@ -1,15 +1,13 @@
image: nixos/unstable
environment:
NIX_CONFIG: "experimental-features = nix-command flakes"
MY_NIX_FLAGS: "--extra-experimental-features command --extra-experimental-features flakes"
sources:
- https://git.sr.ht/~sposito/nix-conf
tasks:
- build: |
cd nix-conf
nix flake check
- check_fmt: |
cd nix-conf
nixpkgs-fmt --check .
cd ~/nix-conf
nix run nixpkgs#nixpgs-fmt ${MY_NIX_FLAGS} -- --check .
- static: |
cd nix-conf
nix run nixpkgs#statix check .
cd ~/nix-conf
nix run nixpkgs#statix ${MY_NIX_FLAGS} -- check .