nix-exprs/flake.lock

183 lines
4.4 KiB
Plaintext
Raw Normal View History

2024-11-18 17:24:33 +08:00
{
"nodes": {
"devshell": {
"inputs": {
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
"lastModified": 1728330715,
"narHash": "sha256-xRJ2nPOXb//u1jaBnDP56M7v5ldavjbtR6lfGqSvcKg=",
"owner": "numtide",
"repo": "devshell",
"rev": "dd6b80932022cea34a019e2bb32f6fa9e494dfef",
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "devshell",
"type": "github"
}
},
"flake-compat": {
"flake": false,
"locked": {
2024-12-21 20:43:44 +08:00
"lastModified": 1733328505,
"narHash": "sha256-NeCCThCEP3eCl2l/+27kNNK7QrwZB1IJCrXfrbv5oqU=",
2024-11-18 17:24:33 +08:00
"owner": "edolstra",
"repo": "flake-compat",
2024-12-21 20:43:44 +08:00
"rev": "ff81ac966bb2cae68946d5ed5fc4994f96d0ffec",
2024-11-18 17:24:33 +08:00
"type": "github"
},
"original": {
"owner": "edolstra",
"repo": "flake-compat",
"type": "github"
}
},
"flake-parts": {
"inputs": {
"nixpkgs-lib": [
"nixpkgs"
]
},
"locked": {
2024-12-21 20:43:44 +08:00
"lastModified": 1733312601,
"narHash": "sha256-4pDvzqnegAfRkPwO3wmwBhVi/Sye1mzps0zHWYnP88c=",
2024-11-18 17:24:33 +08:00
"owner": "hercules-ci",
"repo": "flake-parts",
2024-12-21 20:43:44 +08:00
"rev": "205b12d8b7cd4802fbcb8e8ef6a0f1408781a4f9",
2024-11-18 17:24:33 +08:00
"type": "github"
},
"original": {
"owner": "hercules-ci",
"repo": "flake-parts",
"type": "github"
}
},
"git-hooks-nix": {
"inputs": {
"flake-compat": [
"flake-compat"
],
"gitignore": [
"gitignore-nix"
],
"nixpkgs": [
"nixpkgs"
],
"nixpkgs-stable": [
"nixpkgs"
]
},
"locked": {
2024-12-21 20:43:44 +08:00
"lastModified": 1734425854,
"narHash": "sha256-nzE5UbJ41aPEKf8R2ZFYtLkqPmF7EIUbNEdHMBLg0Ig=",
2024-11-18 17:24:33 +08:00
"owner": "cachix",
"repo": "git-hooks.nix",
2024-12-21 20:43:44 +08:00
"rev": "0ddd26d0925f618c3a5d85a4fa5eb1e23a09491d",
2024-11-18 17:24:33 +08:00
"type": "github"
},
"original": {
"owner": "cachix",
"repo": "git-hooks.nix",
"type": "github"
}
},
"gitignore-nix": {
"inputs": {
"nixpkgs": [
"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"
}
},
"haumea": {
"inputs": {
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
"lastModified": 1708375098,
"narHash": "sha256-DaFJp3wDHgOqx98U0SF57bXaH2Orp106c+jSdPCVu1E=",
"owner": "nix-community",
"repo": "haumea",
"rev": "ec6350fd9353e7f27ce0e85d31f82e3ed73e4d70",
"type": "github"
},
"original": {
"owner": "nix-community",
"repo": "haumea",
"type": "github"
}
},
"nixpkgs-unstable": {
"locked": {
"lastModified": 1735503330,
"narHash": "sha256-19iGqBco1uiK6plNYnJKavRkzdF/0pgq/wgwGdNBiDU=",
"owner": "rebmit",
2024-11-18 17:24:33 +08:00
"repo": "nixpkgs",
"rev": "d3ab6bb3271599599dced36c9c1bc0bc36e38bbc",
2024-11-18 17:24:33 +08:00
"type": "github"
},
"original": {
"owner": "rebmit",
2024-11-18 17:24:33 +08:00
"ref": "nixos-unstable",
"repo": "nixpkgs",
"type": "github"
}
},
"root": {
"inputs": {
"devshell": "devshell",
"flake-compat": "flake-compat",
"flake-parts": "flake-parts",
"git-hooks-nix": "git-hooks-nix",
"gitignore-nix": "gitignore-nix",
"haumea": "haumea",
"nixpkgs": [
"nixpkgs-unstable"
],
"nixpkgs-unstable": "nixpkgs-unstable",
"treefmt-nix": "treefmt-nix"
}
},
"treefmt-nix": {
"inputs": {
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
2024-12-21 20:43:44 +08:00
"lastModified": 1734704479,
"narHash": "sha256-MMi74+WckoyEWBRcg/oaGRvXC9BVVxDZNRMpL+72wBI=",
2024-11-18 17:24:33 +08:00
"owner": "numtide",
"repo": "treefmt-nix",
2024-12-21 20:43:44 +08:00
"rev": "65712f5af67234dad91a5a4baee986a8b62dbf8f",
2024-11-18 17:24:33 +08:00
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "treefmt-nix",
"type": "github"
}
}
},
"root": "root",
"version": 7
}