chore: drop files

This commit is contained in:
winston 2024-09-13 02:28:18 +02:00
parent d9e616b135
commit ddcf3f836b
2 changed files with 0 additions and 22 deletions

View file

@ -1,10 +0,0 @@
check:
image: nixos/nix
variables:
NIX_CONFIG: |
accept-flake-config = true
extra-experimental-features = flakes nix-command
script:
- nix flake check

12
.vscode/settings.json vendored
View file

@ -1,12 +0,0 @@
{
"nix.enableLanguageServer": true,
"nix.formatterPath": "alejandra",
"nix.serverPath": "nil",
"nix.serverSettings": {
"nil": {
"formatting": {
"command": ["alejandra"]
}
}
}
}