Add .direnv to gitignore, remove flake.lock

This commit is contained in:
teutat3s 2023-05-13 15:30:40 +02:00
parent 73209a0554
commit 8c53cb6f4f
Signed by: teutat3s
GPG key ID: 18DAE600A6BBE705
2 changed files with 28 additions and 1 deletions

2
.gitignore vendored
View file

@ -5,7 +5,7 @@
/roles/**/files/scratchpad
.DS_Store
.python-version
flake.lock
.direnv
# ignore roles pulled by ansible-galaxy
/roles/galaxy/*

27
flake.lock Normal file
View file

@ -0,0 +1,27 @@
{
"nodes": {
"nixpkgs": {
"locked": {
"lastModified": 1683777345,
"narHash": "sha256-V2p/A4RpEGqEZussOnHYMU6XglxBJGCODdzoyvcwig8=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "635a306fc8ede2e34cb3dd0d6d0a5d49362150ed",
"type": "github"
},
"original": {
"owner": "nixos",
"ref": "nixpkgs-unstable",
"repo": "nixpkgs",
"type": "github"
}
},
"root": {
"inputs": {
"nixpkgs": "nixpkgs"
}
}
},
"root": "root",
"version": 7
}