greendeck/flake.lock

170 lines
4.4 KiB
Text
Raw Normal View History

2022-12-13 14:25:50 -06:00
{
"nodes": {
2023-08-29 15:42:03 -05:00
"bash": {
"locked": {
"lastModified": 1678247195,
"narHash": "sha256-m/wSwlSket+hob3JED4XUvoWJLtW7yhtOiZrlRDMShs=",
"ref": "refs/heads/main",
"rev": "e7a00dcc0e75bc3ef6856bdd94d7d809245f5636",
"revCount": 1,
"type": "git",
"url": "https://git.ocjtech.us/jeff/nixos-bash-prompt-builder.git"
},
"original": {
"type": "git",
"url": "https://git.ocjtech.us/jeff/nixos-bash-prompt-builder.git"
}
},
2022-12-13 14:25:50 -06:00
"flake-utils": {
2023-08-29 15:42:03 -05:00
"inputs": {
"systems": "systems"
},
"locked": {
2023-12-05 20:25:14 -06:00
"lastModified": 1694529238,
"narHash": "sha256-zsNZZGTGnMOf9YpHKJqMSsa0dXbfmxeoJ7xHlrt+xmY=",
2023-08-29 15:42:03 -05:00
"owner": "numtide",
"repo": "flake-utils",
2023-12-05 20:25:14 -06:00
"rev": "ff7b65b44d01cf9ba6a71320833626af21126384",
2023-08-29 15:42:03 -05:00
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "flake-utils",
"type": "github"
}
},
"flake-utils_2": {
"inputs": {
"systems": "systems_2"
},
2022-12-13 14:25:50 -06:00
"locked": {
2023-08-29 15:42:03 -05:00
"lastModified": 1689068808,
"narHash": "sha256-6ixXo3wt24N/melDWjq70UuHQLxGV8jZvooRanIHXw0=",
2022-12-13 14:25:50 -06:00
"owner": "numtide",
"repo": "flake-utils",
2023-08-29 15:42:03 -05:00
"rev": "919d646de7be200f3bf08cb76ae1f09402b6f9b4",
2022-12-13 14:25:50 -06:00
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "flake-utils",
"type": "github"
}
},
2023-08-29 15:42:03 -05:00
"make-shell": {
"locked": {
"lastModified": 1634940815,
"narHash": "sha256-P69OmveboXzS+es1vQGS4bt+ckwbeIExqxfGLjGuJqA=",
"owner": "ursi",
"repo": "nix-make-shell",
"rev": "8add91681170924e4d0591b22f294aee3f5516f9",
"type": "github"
},
"original": {
"owner": "ursi",
"repo": "nix-make-shell",
"type": "github"
}
},
"nix-github-actions": {
"inputs": {
"nixpkgs": [
"poetry2nix",
"nixpkgs"
]
},
"locked": {
"lastModified": 1688870561,
"narHash": "sha256-4UYkifnPEw1nAzqqPOTL2MvWtm3sNGw1UTYTalkTcGY=",
"owner": "nix-community",
"repo": "nix-github-actions",
"rev": "165b1650b753316aa7f1787f3005a8d2da0f5301",
"type": "github"
},
"original": {
"owner": "nix-community",
"repo": "nix-github-actions",
"type": "github"
}
},
2022-12-13 14:25:50 -06:00
"nixpkgs": {
"locked": {
2023-12-05 20:25:14 -06:00
"lastModified": 1694753796,
"narHash": "sha256-QPE7dqcicQH/nq9aywVXJWWtci4FvxHaM+BSIEbGBvA=",
2022-12-13 14:25:50 -06:00
"owner": "NixOS",
"repo": "nixpkgs",
2023-12-05 20:25:14 -06:00
"rev": "360a7d31c30abefdc490d203f80e3221b7a24af2",
2022-12-13 14:25:50 -06:00
"type": "github"
},
"original": {
"id": "nixpkgs",
2023-08-30 22:07:52 -05:00
"ref": "nixos-23.05",
2022-12-13 14:25:50 -06:00
"type": "indirect"
}
},
2023-08-29 15:42:03 -05:00
"poetry2nix": {
"inputs": {
"flake-utils": "flake-utils_2",
"nix-github-actions": "nix-github-actions",
2023-08-30 22:07:52 -05:00
"nixpkgs": [
"nixpkgs"
]
2023-08-29 15:42:03 -05:00
},
"locked": {
2023-12-05 20:25:14 -06:00
"lastModified": 1694165861,
"narHash": "sha256-FMiPKVcNxb9QWATnQrC68nIL2t8Fm4zBH0XyLz9uqko=",
2023-08-29 15:42:03 -05:00
"owner": "nix-community",
"repo": "poetry2nix",
2023-12-05 20:25:14 -06:00
"rev": "c3d3c4a0396b1bcccd72c82551a319229997f6e4",
2023-08-29 15:42:03 -05:00
"type": "github"
},
"original": {
2023-08-30 22:07:52 -05:00
"owner": "nix-community",
"repo": "poetry2nix",
"type": "github"
2023-08-29 15:42:03 -05:00
}
},
2022-12-13 14:25:50 -06:00
"root": {
"inputs": {
2023-08-29 15:42:03 -05:00
"bash": "bash",
2022-12-13 14:25:50 -06:00
"flake-utils": "flake-utils",
2023-08-29 15:42:03 -05:00
"make-shell": "make-shell",
"nixpkgs": "nixpkgs",
"poetry2nix": "poetry2nix"
}
},
"systems": {
"locked": {
"lastModified": 1681028828,
"narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=",
"owner": "nix-systems",
"repo": "default",
"rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e",
"type": "github"
},
"original": {
"owner": "nix-systems",
"repo": "default",
"type": "github"
}
},
"systems_2": {
"locked": {
"lastModified": 1681028828,
"narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=",
"owner": "nix-systems",
"repo": "default",
"rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e",
"type": "github"
},
"original": {
"owner": "nix-systems",
"repo": "default",
"type": "github"
2022-12-13 14:25:50 -06:00
}
}
},
"root": "root",
"version": 7
}