Update flake* files and gitignore

This commit is contained in:
teutat3s 2023-05-04 17:42:32 +02:00
parent 6bb19f7db0
commit e011d82a5b
Signed by: teutat3s
GPG key ID: 18DAE600A6BBE705
3 changed files with 29 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": 1683082554,
"narHash": "sha256-emO6mChgdBi4RwchtCCtAkvFf/OSkMyOQMqk6EZEPJA=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "0d373d5af960504dd60c3d06c65e553b36ef29d8",
"type": "github"
},
"original": {
"owner": "nixos",
"ref": "nixpkgs-unstable",
"repo": "nixpkgs",
"type": "github"
}
},
"root": {
"inputs": {
"nixpkgs": "nixpkgs"
}
}
},
"root": "root",
"version": 7
}

View file

@ -10,6 +10,7 @@
buildInputs = with pkgs; [
just
python311Packages.ansible-core
python311Packages.ansible-lint
python311Packages.passlib
];
LC_ALL = "C.UTF-8";