Don't lock in templates during testing

This commit is contained in:
Daniel Flanagan 2024-12-19 20:29:10 -06:00
parent d5d4a1d96c
commit ab352eb08e
2 changed files with 1 additions and 27 deletions

1
templates/.gitignore vendored Normal file
View file

@ -0,0 +1 @@
flake.lock

View file

@ -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
}