โ„๏ธ My personnal NixOS configuration
nix-flake nixos-configuration linux dotfiles flake nix nix-config nixos nixos-flake linux-desktop
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

ใ€Œ๐Ÿ—๏ธใ€ wip: work in progress, not done yet.

adjoly e5c01ca2 10e7b5d5

+11 -6
+11 -6
.tangled/workflows/pr.yml
··· 4 4 5 5 engine: "nixery" 6 6 7 - # dependencies: 8 - # nixpkgs: 9 - # - nixversion 10 - # 7 + dependencies: 8 + nixpkgs: 9 + - flake-checker 10 + 11 + clone: 12 + skip: false 13 + depth: 1 14 + 11 15 steps: 16 + - name: "flake-checker" 17 + command: flake-checker 12 18 - name: "flake check" 13 - command: | 14 - nix flake check --all-systems 19 + command: nix flake check --keep-going