nix/flake.lock

367 lines
9.5 KiB
Plaintext
Raw Normal View History

2023-09-04 11:40:30 -05:00
{
"nodes": {
"api-lyte-dev": {
"inputs": {
"flake-utils": "flake-utils",
"nixpkgs": "nixpkgs"
},
"locked": {
"lastModified": 1690574004,
"narHash": "sha256-1bF8WGiYe9AwhVaRN2VcyIPmQsnxRL5BPQC1hAe3K64=",
"ref": "refs/heads/master",
"rev": "02bf4481bc8d057a7ef4ae01467f8bd574ccb1c1",
"revCount": 71,
"type": "git",
"url": "ssh://gitea@git.lyte.dev/lytedev/api.lyte.dev.git"
},
"original": {
"type": "git",
"url": "ssh://gitea@git.lyte.dev/lytedev/api.lyte.dev.git"
}
},
2023-10-03 11:23:30 -05:00
"crane": {
"inputs": {
"flake-compat": "flake-compat",
"flake-utils": [
"helix",
"flake-utils"
],
"nixpkgs": [
"helix",
"nixpkgs"
],
"rust-overlay": [
"helix",
"rust-overlay"
]
},
"locked": {
"lastModified": 1688772518,
"narHash": "sha256-ol7gZxwvgLnxNSZwFTDJJ49xVY5teaSvF7lzlo3YQfM=",
"owner": "ipetkov",
"repo": "crane",
"rev": "8b08e96c9af8c6e3a2b69af5a7fa168750fcf88e",
"type": "github"
},
"original": {
"owner": "ipetkov",
"repo": "crane",
"type": "github"
}
},
2023-09-04 11:40:30 -05:00
"disko": {
"inputs": {
2023-09-05 15:58:13 -05:00
"nixpkgs": "nixpkgs_2"
2023-09-04 11:40:30 -05:00
},
"locked": {
2023-10-02 14:40:35 -05:00
"lastModified": 1696266752,
"narHash": "sha256-wJnMDFM21+xXdsXSs6pXMElbv4YfqmQslcPApRuaYKs=",
2023-09-04 11:40:30 -05:00
"owner": "nix-community",
"repo": "disko",
2023-10-02 14:40:35 -05:00
"rev": "646ee25c25fffee122a66282861f5f56ad3e0fd9",
2023-09-04 11:40:30 -05:00
"type": "github"
},
"original": {
"owner": "nix-community",
"ref": "master",
"repo": "disko",
"type": "github"
}
},
2023-10-03 11:23:30 -05:00
"flake-compat": {
"flake": false,
"locked": {
"lastModified": 1673956053,
"narHash": "sha256-4gtG9iQuiKITOjNQQeQIpoIB6b16fm+504Ch3sNKLd8=",
"owner": "edolstra",
"repo": "flake-compat",
"rev": "35bb57c0c8d8b62bbfd284272c928ceb64ddbde9",
"type": "github"
},
"original": {
"owner": "edolstra",
"repo": "flake-compat",
"type": "github"
}
},
2023-09-04 11:40:30 -05:00
"flake-utils": {
"inputs": {
"systems": "systems"
},
"locked": {
"lastModified": 1689068808,
"narHash": "sha256-6ixXo3wt24N/melDWjq70UuHQLxGV8jZvooRanIHXw0=",
"owner": "numtide",
"repo": "flake-utils",
"rev": "919d646de7be200f3bf08cb76ae1f09402b6f9b4",
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "flake-utils",
"type": "github"
}
},
"flake-utils_2": {
2023-10-03 11:23:30 -05:00
"inputs": {
"systems": "systems_2"
},
"locked": {
"lastModified": 1689068808,
"narHash": "sha256-6ixXo3wt24N/melDWjq70UuHQLxGV8jZvooRanIHXw0=",
"owner": "numtide",
"repo": "flake-utils",
"rev": "919d646de7be200f3bf08cb76ae1f09402b6f9b4",
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "flake-utils",
"type": "github"
}
},
"helix": {
"inputs": {
"crane": "crane",
"flake-utils": "flake-utils_2",
"nixpkgs": "nixpkgs_3",
"rust-overlay": "rust-overlay"
},
"locked": {
"lastModified": 1696295907,
"narHash": "sha256-GFeo5NpbFQjVeu2lv/B/pfZY/+SIt0KRHjh26s0bXAY=",
"owner": "helix-editor",
"repo": "helix",
"rev": "75c0a5ceb32d8a503915a93ccc1b64c8ad1cba8b",
"type": "github"
},
"original": {
"owner": "helix-editor",
"repo": "helix",
"rev": "75c0a5ceb32d8a503915a93ccc1b64c8ad1cba8b",
"type": "github"
}
},
2023-09-04 11:40:30 -05:00
"home-manager": {
"inputs": {
2023-09-18 09:02:00 -05:00
"nixpkgs": [
"nixpkgs"
]
2023-09-04 11:40:30 -05:00
},
"locked": {
2023-10-03 11:52:44 -05:00
"lastModified": 1695108154,
"narHash": "sha256-gSg7UTVtls2yO9lKtP0yb66XBHT1Fx5qZSZbGMpSn2c=",
2023-09-04 11:40:30 -05:00
"owner": "nix-community",
"repo": "home-manager",
2023-10-03 11:52:44 -05:00
"rev": "07682fff75d41f18327a871088d20af2710d4744",
2023-09-04 11:40:30 -05:00
"type": "github"
},
"original": {
"owner": "nix-community",
2023-10-03 11:52:44 -05:00
"ref": "release-23.05",
2023-09-04 11:40:30 -05:00
"repo": "home-manager",
"type": "github"
}
},
"nixpkgs": {
"locked": {
"lastModified": 1690026219,
"narHash": "sha256-oOduRk/kzQxOBknZXTLSEYd7tk+GoKvr8wV6Ab+t4AU=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "f465da166263bc0d4b39dfd4ca28b777c92d4b73",
"type": "github"
},
"original": {
"owner": "nixos",
"ref": "nixpkgs-unstable",
"repo": "nixpkgs",
"type": "github"
}
},
"nixpkgs-stable": {
"locked": {
2023-10-02 14:40:35 -05:00
"lastModified": 1694908564,
"narHash": "sha256-ducA98AuWWJu5oUElIzN24Q22WlO8bOfixGzBgzYdVc=",
2023-09-04 11:40:30 -05:00
"owner": "NixOS",
"repo": "nixpkgs",
2023-10-02 14:40:35 -05:00
"rev": "596611941a74be176b98aeba9328aa9d01b8b322",
2023-09-04 11:40:30 -05:00
"type": "github"
},
"original": {
"owner": "NixOS",
"ref": "release-23.05",
"repo": "nixpkgs",
"type": "github"
}
},
2023-10-03 11:52:44 -05:00
"nixpkgs-unstable": {
"locked": {
"lastModified": 1696019113,
"narHash": "sha256-X3+DKYWJm93DRSdC5M6K5hLqzSya9BjibtBsuARoPco=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "f5892ddac112a1e9b3612c39af1b72987ee5783a",
"type": "github"
},
"original": {
"owner": "nixos",
"ref": "nixos-unstable",
"repo": "nixpkgs",
"type": "github"
}
},
2023-09-04 11:40:30 -05:00
"nixpkgs_2": {
2023-09-05 15:58:13 -05:00
"locked": {
2023-10-02 14:40:35 -05:00
"lastModified": 1696125185,
"narHash": "sha256-zJTpVLKg5YhbNJdILfBzYGz9zhM4Cjs5ySaD3eVWcTA=",
2023-09-05 15:58:13 -05:00
"owner": "NixOS",
"repo": "nixpkgs",
2023-10-02 14:40:35 -05:00
"rev": "0396d3b0fb7f62ddc79a506ad3e6124f01d2ed0a",
2023-09-05 15:58:13 -05:00
"type": "github"
},
"original": {
"owner": "NixOS",
"ref": "nixpkgs-unstable",
"repo": "nixpkgs",
"type": "github"
}
},
"nixpkgs_3": {
2023-10-03 11:23:30 -05:00
"locked": {
"lastModified": 1690272529,
"narHash": "sha256-MakzcKXEdv/I4qJUtq/k/eG+rVmyOZLnYNC2w1mB59Y=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "ef99fa5c5ed624460217c31ac4271cfb5cb2502c",
"type": "github"
},
"original": {
"owner": "nixos",
"ref": "nixos-unstable",
"repo": "nixpkgs",
"type": "github"
}
},
"nixpkgs_4": {
2023-09-04 11:40:30 -05:00
"locked": {
2023-10-03 11:52:44 -05:00
"lastModified": 1696039360,
"narHash": "sha256-g7nIUV4uq1TOVeVIDEZLb005suTWCUjSY0zYOlSBsyE=",
"owner": "nixos",
2023-09-04 11:40:30 -05:00
"repo": "nixpkgs",
2023-10-03 11:52:44 -05:00
"rev": "32dcb45f66c0487e92db8303a798ebc548cadedc",
2023-09-04 11:40:30 -05:00
"type": "github"
},
"original": {
2023-10-03 11:52:44 -05:00
"owner": "nixos",
"ref": "nixos-23.05",
2023-09-04 11:40:30 -05:00
"repo": "nixpkgs",
"type": "github"
}
},
2023-10-03 11:23:30 -05:00
"nixpkgs_5": {
"locked": {
2023-10-02 14:40:35 -05:00
"lastModified": 1694760568,
"narHash": "sha256-3G07BiXrp2YQKxdcdms22MUx6spc6A++MSePtatCYuI=",
"owner": "NixOS",
"repo": "nixpkgs",
2023-10-02 14:40:35 -05:00
"rev": "46688f8eb5cd6f1298d873d4d2b9cf245e09e88e",
"type": "github"
},
"original": {
"owner": "NixOS",
"ref": "nixpkgs-unstable",
"repo": "nixpkgs",
"type": "github"
}
},
2023-09-04 11:40:30 -05:00
"root": {
"inputs": {
"api-lyte-dev": "api-lyte-dev",
"disko": "disko",
2023-10-03 11:23:30 -05:00
"helix": "helix",
2023-09-04 11:40:30 -05:00
"home-manager": "home-manager",
2023-10-03 11:23:30 -05:00
"nixpkgs": "nixpkgs_4",
2023-10-03 11:52:44 -05:00
"nixpkgs-unstable": "nixpkgs-unstable",
"sops-nix": "sops-nix"
2023-09-04 11:40:30 -05:00
}
},
2023-10-03 11:23:30 -05:00
"rust-overlay": {
"inputs": {
"flake-utils": [
"helix",
"flake-utils"
],
"nixpkgs": [
"helix",
"nixpkgs"
]
},
"locked": {
"lastModified": 1690424156,
"narHash": "sha256-Bpml+L280tHTQpwpC5/BJbU4HSvEzMvW8IZ4gAXimhE=",
"owner": "oxalica",
"repo": "rust-overlay",
"rev": "f335a0213504c7e6481c359dc1009be9cf34432c",
"type": "github"
},
"original": {
"owner": "oxalica",
"repo": "rust-overlay",
"type": "github"
}
},
2023-09-04 11:40:30 -05:00
"sops-nix": {
"inputs": {
2023-10-03 11:23:30 -05:00
"nixpkgs": "nixpkgs_5",
2023-09-04 11:40:30 -05:00
"nixpkgs-stable": "nixpkgs-stable"
},
"locked": {
2023-10-02 14:40:35 -05:00
"lastModified": 1695284550,
"narHash": "sha256-z9fz/wz9qo9XePEvdduf+sBNeoI9QG8NJKl5ssA8Xl4=",
2023-09-04 11:40:30 -05:00
"owner": "Mic92",
"repo": "sops-nix",
2023-10-02 14:40:35 -05:00
"rev": "2f375ed8702b0d8ee2430885059d5e7975e38f78",
2023-09-04 11:40:30 -05:00
"type": "github"
},
"original": {
"owner": "Mic92",
"repo": "sops-nix",
"type": "github"
}
},
"systems": {
"locked": {
"lastModified": 1681028828,
"narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=",
"owner": "nix-systems",
"repo": "default",
"rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e",
"type": "github"
},
"original": {
"owner": "nix-systems",
"repo": "default",
"type": "github"
}
},
2023-10-03 11:23:30 -05:00
"systems_2": {
"locked": {
"lastModified": 1681028828,
"narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=",
"owner": "nix-systems",
"repo": "default",
"rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e",
"type": "github"
},
"original": {
"owner": "nix-systems",
"repo": "default",
"type": "github"
}
2023-09-04 11:40:30 -05:00
}
},
"root": "root",
"version": 7
}