feat: nixbook on gnome wayland
This commit is contained in:
parent
955bf3c105
commit
73c352c872
9 changed files with 196 additions and 51 deletions
12
.build.yml
12
.build.yml
|
|
@ -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 .
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue