flake.lock: Update
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'
This commit is contained in:
parent
e2470de117
commit
114006312c
1 changed files with 27 additions and 0 deletions
27
flake.lock
27
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",
|
||||
|
|
Loading…
Reference in a new issue