From 114006312c33aa3d6d232859bc78862ef089db15 Mon Sep 17 00:00:00 2001 From: Max Date: Tue, 18 Oct 2022 23:45:03 +0200 Subject: [PATCH] flake.lock: Update MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Flake lock file updates: • Added input 'nixos-command': 'github:max-privatevoid/nixos-command/9d1015b4d366fab6ae46f830e1699a7b9b5dea18' (2022-09-01) • Added input 'nixos-command/flake-utils': follows 'repin-flake-utils' • Added input 'nixos-command/nixpkgs': follows 'nixpkgs' • Added input 'nixos-command/poetry2nix': follows 'poetry2nix' --- flake.lock | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/flake.lock b/flake.lock index 5e950e4..548607e 100644 --- a/flake.lock +++ b/flake.lock @@ -325,6 +325,32 @@ "type": "gitlab" } }, + "nixos-command": { + "inputs": { + "flake-utils": [ + "repin-flake-utils" + ], + "nixpkgs": [ + "nixpkgs" + ], + "poetry2nix": [ + "poetry2nix" + ] + }, + "locked": { + "lastModified": 1662057103, + "narHash": "sha256-8czeYcJPbKFcX/F/GuBjgIOXzqNwqr0iOjY5mImgSaM=", + "owner": "max-privatevoid", + "repo": "nixos-command", + "rev": "9d1015b4d366fab6ae46f830e1699a7b9b5dea18", + "type": "github" + }, + "original": { + "owner": "max-privatevoid", + "repo": "nixos-command", + "type": "github" + } + }, "nixpkgs": { "locked": { "lastModified": 1665870850, @@ -434,6 +460,7 @@ "nar-serve": "nar-serve", "nix-filter": "nix-filter", "nix-super": "nix-super", + "nixos-command": "nixos-command", "nixpkgs": "nixpkgs", "nixpkgs-lib": "nixpkgs-lib", "poetry2nix": "poetry2nix",