Skip to content

Commit

Permalink
fix: De-nixify
Browse files Browse the repository at this point in the history
  • Loading branch information
szinn committed Dec 23, 2024
1 parent 4a31a2c commit 5f5daf1
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 89 deletions.
3 changes: 0 additions & 3 deletions .envrc
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
#shellcheck disable=SC2148,SC2155

watch_file flake.nix
use flake

use_sops() {
local path=${1:-$PWD/secrets.yaml}
eval "$(sops -d --output-type dotenv "$path" | direnv dotenv bash /dev/stdin)"
Expand Down
3 changes: 1 addition & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,7 @@
"prettier.configPath": ".ci/prettier/.prettierrc.yaml",
"prettier.ignorePath": ".ci/prettier/.prettierignore",
"yaml.schemas": {
"Kubernetes": "kubernetes/*.yaml",
"https://json.schemastore.org/kustomization.json": "file:///Users/scotte/Development/k8s-homelab/kubernetes/apps/tekton/tasks/kustomization.yaml"
"Kubernetes": "kubernetes/*.yaml"
},
"yaml.customTags": ["!env_var"],
"explorer.autoReveal": false,
Expand Down
61 changes: 0 additions & 61 deletions flake.lock

This file was deleted.

23 changes: 0 additions & 23 deletions flake.nix

This file was deleted.

0 comments on commit 5f5daf1

Please sign in to comment.