This commit is contained in:
2026-07-22 12:52:03 +02:00
parent 52c0ee931a
commit 4e67267f8b
2 changed files with 23 additions and 26 deletions
Generated
+22 -25
View File
@@ -110,27 +110,25 @@
"treefmt-nix": "treefmt-nix"
},
"locked": {
"lastModified": 1784372176,
"narHash": "sha256-bNcP0odFltq9A1EzwQeZQvrnEwmE0UIZdi9/K3dhaiY=",
"owner": "Naxdy",
"repo": "nix-bwrapper",
"rev": "af78549b10ec39f308d0b122bc7e1674a2bd2fc4",
"type": "github"
"lastModified": 1784543655,
"narHash": "sha256-Yjq+0vmHuBLNGCD2gcD4MXPjvhfn/2E4nYIb66wpX0M=",
"rev": "49be156ec0ffff4afee501746ff965a5c4776bbd",
"revCount": 102,
"type": "tarball",
"url": "https://api.flakehub.com/f/pinned/Naxdy/nix-bwrapper/1.3.0/019f7f20-b3a2-7703-86eb-cd4bdc853f95/source.tar.gz"
},
"original": {
"owner": "Naxdy",
"ref": "feat/seccomp-filtering",
"repo": "nix-bwrapper",
"type": "github"
"type": "tarball",
"url": "https://flakehub.com/f/Naxdy/nix-bwrapper/%2A"
}
},
"nixpkgs": {
"locked": {
"lastModified": 1783224372,
"narHash": "sha256-8i/87eeoqiGE4yOTjwSA3Eh/ziJRQEmd/unYU+K27sk=",
"lastModified": 1784497964,
"narHash": "sha256-vlHUuqAcbcH2RKmHbPiuQzbv1pnzzavXnI62RD0bqCU=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "d407951447dcd00442e97087bf374aad70c04cea",
"rev": "241313f4e8e508cb9b13278c2b0fa25b9ca27163",
"type": "github"
},
"original": {
@@ -197,11 +195,11 @@
"systems": "systems_2"
},
"locked": {
"lastModified": 1783349931,
"narHash": "sha256-aYE76ATiGBg7/cQ2dHASRq97WvNum4OOIPgZ8xIK0QI=",
"lastModified": 1784057377,
"narHash": "sha256-yycNej5//EsRbV10moBoh+/63vXEwZD1ZFEiRm6C9rQ=",
"owner": "nix-community",
"repo": "nixvim",
"rev": "4fd45857deecb90d2732c87e0315daa48505515e",
"rev": "07180a087e4a00720dc0731cbcd8dec796974381",
"type": "github"
},
"original": {
@@ -322,17 +320,16 @@
]
},
"locked": {
"lastModified": 1773297127,
"narHash": "sha256-6E/yhXP7Oy/NbXtf1ktzmU8SdVqJQ09HC/48ebEGBpk=",
"owner": "numtide",
"repo": "treefmt-nix",
"rev": "71b125cd05fbfd78cab3e070b73544abe24c5016",
"type": "github"
"lastModified": 1784369104,
"narHash": "sha256-47cxbcZODibHv3rELFQ9vZly0vUNkND/atn/U7HLeb0=",
"rev": "df3c0640565d04a0261253cdd89fce78ec50168a",
"revCount": 553,
"type": "tarball",
"url": "https://api.flakehub.com/f/pinned/numtide/treefmt-nix/0.1.553%2Brev-df3c0640565d04a0261253cdd89fce78ec50168a/019f765a-822a-7a83-8dc1-c19f2adba321/source.tar.gz"
},
"original": {
"owner": "numtide",
"repo": "treefmt-nix",
"type": "github"
"type": "tarball",
"url": "https://flakehub.com/f/numtide/treefmt-nix/%2A"
}
},
"treefmt-nix_2": {
+1 -1
View File
@@ -5,7 +5,7 @@
nixpkgs.url = "github:nixos/nixpkgs?ref=nixos-unstable";
nix-bwrapper = {
url = "github:Naxdy/nix-bwrapper?ref=feat/seccomp-filtering";
url = "https://flakehub.com/f/Naxdy/nix-bwrapper/*";
inputs.nixpkgs.follows = "nixpkgs";
};