Files

159 lines
4.0 KiB
JSON
Raw Permalink Normal View History

2025-02-24 10:14:02 -06:00
{
"nodes": {
"flake-compat": {
"flake": false,
"locked": {
"lastModified": 1696426674,
"narHash": "sha256-kvjfFW7WAETZlt09AgDn1MrtKzP7t90Vf7vypd3OL1U=",
"owner": "edolstra",
"repo": "flake-compat",
"rev": "0f9255e01c2351cc7d116c072cb317785dd33b33",
"type": "github"
},
"original": {
"owner": "edolstra",
"repo": "flake-compat",
"type": "github"
}
},
"flake-parts": {
"inputs": {
"nixpkgs-lib": "nixpkgs-lib"
},
"locked": {
2025-06-29 22:33:35 -05:00
"lastModified": 1749398372,
"narHash": "sha256-tYBdgS56eXYaWVW3fsnPQ/nFlgWi/Z2Ymhyu21zVM98=",
2025-02-24 10:14:02 -06:00
"owner": "hercules-ci",
"repo": "flake-parts",
2025-06-29 22:33:35 -05:00
"rev": "9305fe4e5c2a6fcf5ba6a3ff155720fbe4076569",
2025-02-24 10:14:02 -06:00
"type": "github"
},
"original": {
"owner": "hercules-ci",
"repo": "flake-parts",
"type": "github"
}
},
"flake-root": {
"locked": {
"lastModified": 1723604017,
"narHash": "sha256-rBtQ8gg+Dn4Sx/s+pvjdq3CB2wQNzx9XGFq/JVGCB6k=",
"owner": "srid",
"repo": "flake-root",
"rev": "b759a56851e10cb13f6b8e5698af7b59c44be26e",
"type": "github"
},
"original": {
"owner": "srid",
"repo": "flake-root",
"type": "github"
}
},
"gitignore": {
"inputs": {
"nixpkgs": [
"hooks",
"nixpkgs"
]
},
"locked": {
"lastModified": 1709087332,
"narHash": "sha256-HG2cCnktfHsKV0s4XW83gU3F57gaTljL9KNSuG6bnQs=",
"owner": "hercules-ci",
"repo": "gitignore.nix",
"rev": "637db329424fd7e46cf4185293b9cc8c88c95394",
"type": "github"
},
"original": {
"owner": "hercules-ci",
"repo": "gitignore.nix",
"type": "github"
}
},
"hooks": {
"inputs": {
"flake-compat": "flake-compat",
"gitignore": "gitignore",
2025-02-24 15:58:46 -06:00
"nixpkgs": [
"nixpkgs"
]
2025-02-24 10:14:02 -06:00
},
"locked": {
2025-06-29 22:33:35 -05:00
"lastModified": 1750779888,
"narHash": "sha256-wibppH3g/E2lxU43ZQHC5yA/7kIKLGxVEnsnVK1BtRg=",
2025-02-24 10:14:02 -06:00
"owner": "cachix",
"repo": "git-hooks.nix",
2025-06-29 22:33:35 -05:00
"rev": "16ec914f6fb6f599ce988427d9d94efddf25fe6d",
2025-02-24 10:14:02 -06:00
"type": "github"
},
"original": {
"owner": "cachix",
"repo": "git-hooks.nix",
"type": "github"
}
},
"naersk": {
"inputs": {
2025-02-24 15:58:46 -06:00
"nixpkgs": [
"nixpkgs"
]
2025-02-24 10:14:02 -06:00
},
"locked": {
2025-06-29 22:33:35 -05:00
"lastModified": 1745925850,
"narHash": "sha256-cyAAMal0aPrlb1NgzMxZqeN1mAJ2pJseDhm2m6Um8T0=",
2025-02-24 10:14:02 -06:00
"owner": "nix-community",
"repo": "naersk",
2025-06-29 22:33:35 -05:00
"rev": "38bc60bbc157ae266d4a0c96671c6c742ee17a5f",
2025-02-24 10:14:02 -06:00
"type": "github"
},
"original": {
"owner": "nix-community",
"repo": "naersk",
"type": "github"
}
},
"nixpkgs": {
"locked": {
2025-06-29 22:33:35 -05:00
"lastModified": 1751180975,
"narHash": "sha256-BKk4yDiXr4LdF80OTVqYJ53Q74rOcA/82EClXug8xsY=",
2025-02-24 10:14:02 -06:00
"owner": "NixOS",
"repo": "nixpkgs",
2025-06-29 22:33:35 -05:00
"rev": "a48741b083d4f36dd79abd9f760c84da6b4dc0e5",
2025-02-24 10:14:02 -06:00
"type": "github"
},
"original": {
"owner": "NixOS",
"ref": "nixpkgs-unstable",
"repo": "nixpkgs",
"type": "github"
}
},
"nixpkgs-lib": {
"locked": {
2025-06-29 22:33:35 -05:00
"lastModified": 1748740939,
"narHash": "sha256-rQaysilft1aVMwF14xIdGS3sj1yHlI6oKQNBRTF40cc=",
"owner": "nix-community",
"repo": "nixpkgs.lib",
"rev": "656a64127e9d791a334452c6b6606d17539476e2",
"type": "github"
2025-02-24 10:14:02 -06:00
},
"original": {
2025-06-29 22:33:35 -05:00
"owner": "nix-community",
"repo": "nixpkgs.lib",
"type": "github"
2025-02-24 10:14:02 -06:00
}
},
"root": {
"inputs": {
"flake-parts": "flake-parts",
"flake-root": "flake-root",
"hooks": "hooks",
"naersk": "naersk",
2025-02-24 15:58:46 -06:00
"nixpkgs": "nixpkgs"
2025-02-24 10:14:02 -06:00
}
}
},
"root": "root",
"version": 7
}