srx.astro.nix/flake.lock

163 lines
4.1 KiB
Plaintext
Raw Normal View History

2022-12-22 23:31:21 +01:00
{
"nodes": {
"flake-compat": {
"flake": false,
2023-03-30 01:14:12 +02:00
"locked": {
2024-03-03 13:45:20 +01:00
"lastModified": 1696426674,
"narHash": "sha256-kvjfFW7WAETZlt09AgDn1MrtKzP7t90Vf7vypd3OL1U=",
"owner": "edolstra",
"repo": "flake-compat",
2024-03-03 13:45:20 +01:00
"rev": "0f9255e01c2351cc7d116c072cb317785dd33b33",
2022-12-22 23:31:21 +01:00
"type": "github"
},
"original": {
"owner": "edolstra",
"repo": "flake-compat",
"type": "github"
}
},
2023-03-30 01:14:12 +02:00
"flake-parts": {
"inputs": {
2024-05-17 14:37:21 +02:00
"nixpkgs-lib": [
"nixpkgs"
]
2023-03-30 01:14:12 +02:00
},
"locked": {
2024-05-17 14:37:21 +02:00
"lastModified": 1715865404,
"narHash": "sha256-/GJvTdTpuDjNn84j82cU6bXztE0MSkdnTWClUCRub78=",
2023-03-30 01:14:12 +02:00
"owner": "hercules-ci",
"repo": "flake-parts",
2024-05-17 14:37:21 +02:00
"rev": "8dc45382d5206bd292f9c2768b8058a8fd8311d9",
2023-03-30 01:14:12 +02:00
"type": "github"
},
"original": {
"owner": "hercules-ci",
"repo": "flake-parts",
"type": "github"
}
},
2022-12-22 23:31:21 +01:00
"gitignore": {
"inputs": {
2024-04-23 18:46:19 +02:00
"nixpkgs": [
"pre-commit",
"nixpkgs"
]
2022-12-22 23:31:21 +01:00
},
"locked": {
2024-04-23 18:46:19 +02:00
"lastModified": 1709087332,
"narHash": "sha256-HG2cCnktfHsKV0s4XW83gU3F57gaTljL9KNSuG6bnQs=",
2022-12-22 23:31:21 +01:00
"owner": "hercules-ci",
"repo": "gitignore.nix",
2024-04-23 18:46:19 +02:00
"rev": "637db329424fd7e46cf4185293b9cc8c88c95394",
2022-12-22 23:31:21 +01:00
"type": "github"
},
"original": {
"owner": "hercules-ci",
"repo": "gitignore.nix",
"type": "github"
}
},
2023-03-30 01:14:12 +02:00
"nix-filter": {
"locked": {
2024-04-23 18:46:19 +02:00
"lastModified": 1710156097,
"narHash": "sha256-1Wvk8UP7PXdf8bCCaEoMnOT1qe5/Duqgj+rL8sRQsSM=",
2023-03-30 01:14:12 +02:00
"owner": "numtide",
"repo": "nix-filter",
2024-04-23 18:46:19 +02:00
"rev": "3342559a24e85fc164b295c3444e8a139924675b",
2023-03-30 01:14:12 +02:00
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "nix-filter",
"type": "github"
}
},
2022-12-22 23:31:21 +01:00
"nixpkgs": {
"locked": {
2024-05-17 14:37:21 +02:00
"lastModified": 1715787315,
"narHash": "sha256-cYApT0NXJfqBkKcci7D9Kr4CBYZKOQKDYA23q8XNuWg=",
2024-05-07 17:20:50 +02:00
"owner": "NixOS",
2022-12-22 23:31:21 +01:00
"repo": "nixpkgs",
2024-05-17 14:37:21 +02:00
"rev": "33d1e753c82ffc557b4a585c77de43d4c922ebb5",
2022-12-22 23:31:21 +01:00
"type": "github"
},
"original": {
2024-05-17 14:37:21 +02:00
"owner": "NixOS",
2024-05-07 17:20:50 +02:00
"ref": "nixos-unstable",
2024-05-17 14:37:21 +02:00
"repo": "nixpkgs",
"type": "github"
2022-12-22 23:31:21 +01:00
}
},
"nixpkgs-stable": {
"locked": {
2024-04-23 18:46:19 +02:00
"lastModified": 1710695816,
"narHash": "sha256-3Eh7fhEID17pv9ZxrPwCLfqXnYP006RKzSs0JptsN84=",
2022-12-22 23:31:21 +01:00
"owner": "NixOS",
"repo": "nixpkgs",
2024-04-23 18:46:19 +02:00
"rev": "614b4613980a522ba49f0d194531beddbb7220d3",
2022-12-22 23:31:21 +01:00
"type": "github"
},
"original": {
"owner": "NixOS",
2024-03-03 13:45:20 +01:00
"ref": "nixos-23.11",
2022-12-22 23:31:21 +01:00
"repo": "nixpkgs",
"type": "github"
}
},
2023-03-30 01:14:12 +02:00
"pre-commit": {
"inputs": {
2024-03-03 13:45:20 +01:00
"flake-compat": "flake-compat",
2023-03-30 01:14:12 +02:00
"gitignore": "gitignore",
2024-05-17 14:37:21 +02:00
"nixpkgs": [
"nixpkgs"
],
2023-03-30 01:14:12 +02:00
"nixpkgs-stable": "nixpkgs-stable"
},
"locked": {
2024-05-17 14:37:21 +02:00
"lastModified": 1715870890,
"narHash": "sha256-nacSOeXtUEM77Gn0G4bTdEOeFIrkCBXiyyFZtdGwuH0=",
2023-03-30 01:14:12 +02:00
"owner": "cachix",
"repo": "pre-commit-hooks.nix",
2024-05-17 14:37:21 +02:00
"rev": "fa606cccd7b0ccebe2880051208e4a0f61bfc8c1",
"type": "github"
},
"original": {
2023-03-30 01:14:12 +02:00
"owner": "cachix",
"repo": "pre-commit-hooks.nix",
"type": "github"
}
},
2022-12-22 23:31:21 +01:00
"root": {
"inputs": {
2024-03-03 13:45:20 +01:00
"flake-parts": "flake-parts",
2023-03-30 01:14:12 +02:00
"nix-filter": "nix-filter",
2024-03-03 13:45:20 +01:00
"nixpkgs": "nixpkgs",
2024-05-07 17:20:50 +02:00
"pre-commit": "pre-commit",
"treefmt-nix": "treefmt-nix"
2023-03-30 01:14:12 +02:00
}
},
2024-05-07 17:20:50 +02:00
"treefmt-nix": {
"inputs": {
2024-05-17 14:37:21 +02:00
"nixpkgs": [
"nixpkgs"
]
2024-05-07 17:20:50 +02:00
},
"locked": {
2024-05-17 14:37:21 +02:00
"lastModified": 1715940852,
"narHash": "sha256-wJqHMg/K6X3JGAE9YLM0LsuKrKb4XiBeVaoeMNlReZg=",
2024-05-07 17:20:50 +02:00
"owner": "numtide",
"repo": "treefmt-nix",
2024-05-17 14:37:21 +02:00
"rev": "2fba33a182602b9d49f0b2440513e5ee091d838b",
2024-05-07 17:20:50 +02:00
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "treefmt-nix",
"type": "github"
}
2022-12-22 23:31:21 +01:00
}
},
"root": "root",
"version": 7
}