nix flake update

This commit is contained in:
müde 2026-09-12 00:08:22 +02:00
commit c1080783c6
2 changed files with 20 additions and 21 deletions

39
flake.lock generated
View file

@ -373,11 +373,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1789133030, "lastModified": 1789162365,
"narHash": "sha256-y8qj/RSbv/douVnTfRrekHKetbNo5CypIBNmxZPLEvM=", "narHash": "sha256-0EXUjmLSay0sjS0SmXD5DMPpxvMRyaN0rkadKLgVG+8=",
"ref": "refs/heads/main", "ref": "refs/heads/main",
"rev": "0a80f21003c9bf73865eb8e84ae479d6aba2e100", "rev": "1fb9e068eef964f5188c404aeb395bce0eeb5556",
"revCount": 4420, "revCount": 4459,
"type": "git", "type": "git",
"url": "https://forge.darkest.space/hyperhive/hyperhive.git" "url": "https://forge.darkest.space/hyperhive/hyperhive.git"
}, },
@ -503,11 +503,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1788667258, "lastModified": 1789099545,
"narHash": "sha256-jG/2WyvvMluKcDXFofsNkTkAQcKTF2eo8tBCQSAwGHY=", "narHash": "sha256-vvDF9c4zchR/DUgJCGOOck4WNiGmTDyBlJP3HuSTtLQ=",
"owner": "nix-community", "owner": "nix-community",
"repo": "nix-vscode-extensions", "repo": "nix-vscode-extensions",
"rev": "ce9c6c4fd4c31a88dec890aef858a0d6d632efcd", "rev": "d6662f1a25b656814f73b4681b5d211b16f6f492",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -618,11 +618,11 @@
}, },
"nixpkgs-unstable": { "nixpkgs-unstable": {
"locked": { "locked": {
"lastModified": 1788549839, "lastModified": 1789073787,
"narHash": "sha256-kOrCcSIA6w9J1hX5DqHy2k9pDTJymExTsbV74U9UtCA=", "narHash": "sha256-xfX/toC2QV707s06GbP4II/TxYF0fNQj7s5/LClNDKc=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "17de0b976395537756f30a3e78f2f06e5cec89ed", "rev": "aff8a0b28396750446e5537a96461bc4facdb287",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -634,11 +634,11 @@
}, },
"nixpkgs_2": { "nixpkgs_2": {
"locked": { "locked": {
"lastModified": 1788584326, "lastModified": 1789114715,
"narHash": "sha256-Fd3OB8J9JhgliQwOKcqx4M672CInxi1I5VnwsaXeSQo=", "narHash": "sha256-ugpsyk3NM2s87vXfUiIIiibbJ4Pp0JPS5p/3mfs+q+c=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "6713828a351efa628b025a1adf7f43cbf8597513", "rev": "21a67dc470149f337cecafbe965d8d252a390518",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -679,11 +679,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1788723624, "lastModified": 1789157924,
"narHash": "sha256-OnEh8fVJPfqtiIslWpUROvbQKHN+Z53/dB7BPWk6MMs=", "narHash": "sha256-Fv++1V+mSmyJnyXbh+PLlO1m7qxZmcaGIQ1BCrFjZk0=",
"owner": "nix-community", "owner": "nix-community",
"repo": "NUR", "repo": "NUR",
"rev": "2a65aed7ed4bfac9c387b8a88c32d883df791edc", "rev": "126a6f5ef07dad92e34d8b222e7834de14ebc5a4",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -1019,16 +1019,15 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1789115342, "lastModified": 1789158872,
"narHash": "sha256-/8ftDpFYvNRTTfWDA5YyN1NO1xvCW3ppx/szqtCqbG4=", "narHash": "sha256-t+pbC+A3e3T5+WXxHu2WjUxTGUXPLXD7DL5cwHy+1+0=",
"owner": "vibec0re", "owner": "vibec0re",
"repo": "trollshell", "repo": "trollshell",
"rev": "c55d0a4f14c0cd10e5c5ab01106def4b0e5c9835", "rev": "bac323829673c48ad529e22f56386804fc9cef35",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "vibec0re", "owner": "vibec0re",
"ref": "feat/947-plugin-agents-p1",
"repo": "trollshell", "repo": "trollshell",
"type": "github" "type": "github"
} }

View file

@ -82,7 +82,7 @@
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };
trollshell = { trollshell = {
url = "github:vibec0re/trollshell/feat/947-plugin-agents-p1"; url = "github:vibec0re/trollshell";
inputs = { inputs = {
nixpkgs.follows = "nixpkgs"; nixpkgs.follows = "nixpkgs";
treefmt-nix.follows = "treefmt-nix"; treefmt-nix.follows = "treefmt-nix";