ps2live: add plapkit
This commit is contained in:
parent
91426f135f
commit
b8bf22fb78
4 changed files with 74 additions and 3 deletions
52
flake.lock
generated
52
flake.lock
generated
|
@ -223,6 +223,24 @@
|
|||
"type": "github"
|
||||
}
|
||||
},
|
||||
"flake-parts_4": {
|
||||
"inputs": {
|
||||
"nixpkgs-lib": "nixpkgs-lib_3"
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1717285511,
|
||||
"narHash": "sha256-iKzJcpdXih14qYVcZ9QC9XuZYnPc6T8YImb6dX166kw=",
|
||||
"owner": "hercules-ci",
|
||||
"repo": "flake-parts",
|
||||
"rev": "2a55567fcf15b1b1c7ed712a2c6fadaec7412ea8",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"owner": "hercules-ci",
|
||||
"repo": "flake-parts",
|
||||
"type": "github"
|
||||
}
|
||||
},
|
||||
"flake-utils": {
|
||||
"inputs": {
|
||||
"systems": "systems"
|
||||
|
@ -608,6 +626,18 @@
|
|||
"type": "github"
|
||||
}
|
||||
},
|
||||
"nixpkgs-lib_3": {
|
||||
"locked": {
|
||||
"lastModified": 1717284937,
|
||||
"narHash": "sha256-lIbdfCsf8LMFloheeE6N31+BMIeixqyQWbSr2vk79EQ=",
|
||||
"type": "tarball",
|
||||
"url": "https://github.com/NixOS/nixpkgs/archive/eb9ceca17df2ea50a250b6b27f7bf6ab0186f198.tar.gz"
|
||||
},
|
||||
"original": {
|
||||
"type": "tarball",
|
||||
"url": "https://github.com/NixOS/nixpkgs/archive/eb9ceca17df2ea50a250b6b27f7bf6ab0186f198.tar.gz"
|
||||
}
|
||||
},
|
||||
"nixpkgs-stable": {
|
||||
"locked": {
|
||||
"lastModified": 1719122173,
|
||||
|
@ -794,6 +824,27 @@
|
|||
"url": "https://git.sapphic.engineer/noe/pihole-flake"
|
||||
}
|
||||
},
|
||||
"plapkit": {
|
||||
"inputs": {
|
||||
"flake-parts": "flake-parts_4",
|
||||
"nixpkgs": [
|
||||
"nixpkgs"
|
||||
]
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1719437344,
|
||||
"narHash": "sha256-CYkGI2KIU5UiEAh0wgTkJipERGWK9kLjQKmKAZNMp6A=",
|
||||
"ref": "refs/heads/main",
|
||||
"rev": "dddd75dd8661d3f34f1047e1a9c501a3cb3356c9",
|
||||
"revCount": 4,
|
||||
"type": "git",
|
||||
"url": "https://git.sapphic.engineer/noe/plapkit"
|
||||
},
|
||||
"original": {
|
||||
"type": "git",
|
||||
"url": "https://git.sapphic.engineer/noe/plapkit"
|
||||
}
|
||||
},
|
||||
"root": {
|
||||
"inputs": {
|
||||
"apple-silicon": "apple-silicon",
|
||||
|
@ -814,6 +865,7 @@
|
|||
"nixvim": "nixvim",
|
||||
"noe-sh": "noe-sh",
|
||||
"pihole": "pihole",
|
||||
"plapkit": "plapkit",
|
||||
"sops-nix": "sops-nix",
|
||||
"tachikoma": "tachikoma"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue