diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml deleted file mode 100644 index 5b800db..0000000 --- a/.gitlab-ci.yml +++ /dev/null @@ -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 \ No newline at end of file diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index ddcded8..0000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "nix.enableLanguageServer": true, - "nix.formatterPath": "alejandra", - "nix.serverPath": "nil", - "nix.serverSettings": { - "nil": { - "formatting": { - "command": ["alejandra"] - } - } - } -} \ No newline at end of file