diff --git a/templates/.gitignore b/templates/.gitignore new file mode 100644 index 0000000..301d47e --- /dev/null +++ b/templates/.gitignore @@ -0,0 +1 @@ +flake.lock diff --git a/templates/elixir/flake.lock b/templates/elixir/flake.lock deleted file mode 100644 index 9055d38..0000000 --- a/templates/elixir/flake.lock +++ /dev/null @@ -1,27 +0,0 @@ -{ - "nodes": { - "nixpkgs": { - "locked": { - "lastModified": 1734435836, - "narHash": "sha256-kMBQ5PRiFLagltK0sH+08aiNt3zGERC2297iB6vrvlU=", - "owner": "nixos", - "repo": "nixpkgs", - "rev": "4989a246d7a390a859852baddb1013f825435cee", - "type": "github" - }, - "original": { - "owner": "nixos", - "ref": "nixpkgs-unstable", - "repo": "nixpkgs", - "type": "github" - } - }, - "root": { - "inputs": { - "nixpkgs": "nixpkgs" - } - } - }, - "root": "root", - "version": 7 -}