From e011d82a5b1ec0da62644c38bd650e413c78b5c5 Mon Sep 17 00:00:00 2001 From: teutat3s <10206665+teutat3s@users.noreply.github.com> Date: Thu, 4 May 2023 17:42:32 +0200 Subject: [PATCH] Update flake* files and gitignore --- .gitignore | 2 +- flake.lock | 27 +++++++++++++++++++++++++++ flake.nix | 1 + 3 files changed, 29 insertions(+), 1 deletion(-) create mode 100644 flake.lock diff --git a/.gitignore b/.gitignore index 42187739..efd902f6 100644 --- a/.gitignore +++ b/.gitignore @@ -5,7 +5,7 @@ /roles/**/files/scratchpad .DS_Store .python-version -flake.lock +.direnv # ignore roles pulled by ansible-galaxy /roles/galaxy/* diff --git a/flake.lock b/flake.lock new file mode 100644 index 00000000..2d3d9e8b --- /dev/null +++ b/flake.lock @@ -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 +} diff --git a/flake.nix b/flake.nix index 412309a8..3367c31f 100644 --- a/flake.nix +++ b/flake.nix @@ -10,6 +10,7 @@ buildInputs = with pkgs; [ just python311Packages.ansible-core + python311Packages.ansible-lint python311Packages.passlib ]; LC_ALL = "C.UTF-8";