NixOS configuration 🪄

✏️ fixed stupid typo

Signed-off-by: Xaiya Schumin <d.schumin@proton.me>

+1 -1
+1 -1
.tangled/workflows/nix-checks.yaml
··· 11 11 - name: "Enter development environment" 12 12 command: "nix develop ." 13 13 - name: "run through nix checks" 14 - command: "nix check" 14 + command: "nix flake check"