configuration.nix/flake.lock

841 lines
22 KiB
Text
Raw Normal View History

2023-03-15 22:11:59 +05:30
{
"nodes": {
2024-07-03 17:03:34 +05:30
"adtyaxyz": {
"inputs": {
"flake-utils": "flake-utils",
"nixpkgs": "nixpkgs"
},
"locked": {
2024-09-13 06:49:00 +05:30
"lastModified": 1726189184,
"narHash": "sha256-K06HWDRAN7G2/jsBTBsut0/jO+Fa0fltg/YMQ3g+w0M=",
2024-07-03 17:03:34 +05:30
"owner": "adtya",
"repo": "adtya.xyz",
2024-09-13 06:49:00 +05:30
"rev": "fd20e791ceb8a9883759f13b30676488318e1669",
2024-07-03 17:03:34 +05:30
"type": "github"
},
"original": {
"owner": "adtya",
"ref": "main",
"repo": "adtya.xyz",
"type": "github"
}
},
2024-09-14 16:07:45 +05:30
"caddy": {
"inputs": {
"flake-utils": "flake-utils_2",
"nixpkgs": "nixpkgs_2"
},
"locked": {
"lastModified": 1726309763,
"narHash": "sha256-T6Y7JExFYfSlHbhdEMWbQXB4TcWmmNlmqsXMMFKH20Q=",
"owner": "adtya",
"repo": "caddy-with-modules",
"rev": "f3179ef9be7df731b1dc133e2e57451d0713050b",
"type": "github"
},
"original": {
"owner": "adtya",
"ref": "main",
"repo": "caddy-with-modules",
"type": "github"
}
},
2023-08-26 06:25:07 +05:30
"crane": {
"inputs": {
"nixpkgs": [
"lanzaboote",
"nixpkgs"
]
},
"locked": {
2024-08-02 06:43:14 +05:30
"lastModified": 1721842668,
"narHash": "sha256-k3oiD2z2AAwBFLa4+xfU+7G5fisRXfkvrMTCJrjZzXo=",
2023-08-26 06:25:07 +05:30
"owner": "ipetkov",
"repo": "crane",
2024-08-02 06:43:14 +05:30
"rev": "529c1a0b1f29f0d78fa3086b8f6a134c71ef3aaf",
2023-08-26 06:25:07 +05:30
"type": "github"
},
"original": {
"owner": "ipetkov",
"repo": "crane",
"type": "github"
}
},
2024-06-30 18:19:23 +05:30
"deploy-rs": {
"inputs": {
"flake-compat": "flake-compat",
2024-09-14 16:07:45 +05:30
"nixpkgs": "nixpkgs_3",
2024-06-30 18:19:23 +05:30
"utils": "utils"
},
"locked": {
"lastModified": 1718194053,
"narHash": "sha256-FaGrf7qwZ99ehPJCAwgvNY5sLCqQ3GDiE/6uLhxxwSY=",
"owner": "serokell",
"repo": "deploy-rs",
"rev": "3867348fa92bc892eba5d9ddb2d7a97b9e127a8a",
"type": "github"
},
"original": {
"owner": "serokell",
2024-06-30 23:45:47 +05:30
"ref": "master",
2024-06-30 18:19:23 +05:30
"repo": "deploy-rs",
"type": "github"
}
},
2023-03-15 22:11:59 +05:30
"flake-compat": {
"flake": false,
"locked": {
2023-10-20 06:28:45 +05:30
"lastModified": 1696426674,
"narHash": "sha256-kvjfFW7WAETZlt09AgDn1MrtKzP7t90Vf7vypd3OL1U=",
2023-03-15 22:11:59 +05:30
"owner": "edolstra",
"repo": "flake-compat",
2023-10-20 06:28:45 +05:30
"rev": "0f9255e01c2351cc7d116c072cb317785dd33b33",
2023-03-15 22:11:59 +05:30
"type": "github"
},
"original": {
"owner": "edolstra",
"repo": "flake-compat",
"type": "github"
}
},
2024-06-10 00:21:36 +05:30
"flake-compat_2": {
"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-compat_3": {
"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"
}
},
2024-06-30 18:19:23 +05:30
"flake-compat_4": {
"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"
}
},
2023-03-15 22:11:59 +05:30
"flake-parts": {
"inputs": {
2023-04-23 19:30:48 +05:30
"nixpkgs-lib": [
"lanzaboote",
"nixpkgs"
]
2023-03-15 22:11:59 +05:30
},
"locked": {
2024-08-02 06:43:14 +05:30
"lastModified": 1719994518,
"narHash": "sha256-pQMhCCHyQGRzdfAkdJ4cIWiw+JNuWsTX7f0ZYSyz0VY=",
2023-03-15 22:11:59 +05:30
"owner": "hercules-ci",
"repo": "flake-parts",
2024-08-02 06:43:14 +05:30
"rev": "9227223f6d922fee3c7b190b2cc238a99527bbb7",
2023-03-15 22:11:59 +05:30
"type": "github"
},
"original": {
"owner": "hercules-ci",
"repo": "flake-parts",
"type": "github"
}
},
2024-06-10 00:21:36 +05:30
"flake-parts_2": {
"inputs": {
"nixpkgs-lib": [
"neovim-nightly",
"nixpkgs"
]
},
"locked": {
2024-09-13 06:49:00 +05:30
"lastModified": 1726153070,
"narHash": "sha256-HO4zgY0ekfwO5bX0QH/3kJ/h4KvUDFZg8YpkNwIbg1U=",
2024-06-10 00:21:36 +05:30
"owner": "hercules-ci",
"repo": "flake-parts",
2024-09-13 06:49:00 +05:30
"rev": "bcef6817a8b2aa20a5a6dbb19b43e63c5bf8619a",
2024-06-10 00:21:36 +05:30
"type": "github"
},
"original": {
"owner": "hercules-ci",
"repo": "flake-parts",
"type": "github"
}
},
"flake-parts_3": {
"inputs": {
"nixpkgs-lib": [
"neovim-nightly",
"hercules-ci-effects",
"nixpkgs"
]
},
"locked": {
"lastModified": 1712014858,
"narHash": "sha256-sB4SWl2lX95bExY2gMFG5HIzvva5AVMJd4Igm+GpZNw=",
"owner": "hercules-ci",
"repo": "flake-parts",
"rev": "9126214d0a59633752a136528f5f3b9aa8565b7d",
"type": "github"
},
"original": {
"id": "flake-parts",
"type": "indirect"
}
},
2023-03-15 22:11:59 +05:30
"flake-utils": {
2023-05-01 14:31:08 +05:30
"inputs": {
2024-07-03 17:03:34 +05:30
"systems": "systems"
2023-05-01 14:31:08 +05:30
},
2023-03-15 22:11:59 +05:30
"locked": {
2024-03-12 05:59:50 +05:30
"lastModified": 1710146030,
"narHash": "sha256-SZ5L6eA7HJ/nmkzGG7/ISclqe6oZdOZTNoesiInkXPQ=",
2023-03-15 22:11:59 +05:30
"owner": "numtide",
"repo": "flake-utils",
2024-03-12 05:59:50 +05:30
"rev": "b1d9ab70662946ef0850d488da1c9019f3a9752a",
2023-03-15 22:11:59 +05:30
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "flake-utils",
"type": "github"
}
},
2024-02-29 15:29:20 +05:30
"flake-utils_2": {
"inputs": {
2024-09-14 16:07:45 +05:30
"systems": "systems_2"
2024-04-14 13:36:12 +05:30
},
2024-02-29 15:29:20 +05:30
"locked": {
2024-04-19 06:01:20 +05:30
"lastModified": 1710146030,
"narHash": "sha256-SZ5L6eA7HJ/nmkzGG7/ISclqe6oZdOZTNoesiInkXPQ=",
2024-02-29 15:29:20 +05:30
"owner": "numtide",
"repo": "flake-utils",
2024-04-19 06:01:20 +05:30
"rev": "b1d9ab70662946ef0850d488da1c9019f3a9752a",
2024-02-29 15:29:20 +05:30
"type": "github"
},
"original": {
"owner": "numtide",
2024-07-03 17:03:34 +05:30
"ref": "main",
2024-02-29 15:29:20 +05:30
"repo": "flake-utils",
"type": "github"
}
},
2024-06-21 10:10:14 +05:30
"flake-utils_3": {
"inputs": {
2024-06-30 18:19:23 +05:30
"systems": "systems_4"
2024-06-21 10:10:14 +05:30
},
"locked": {
"lastModified": 1710146030,
"narHash": "sha256-SZ5L6eA7HJ/nmkzGG7/ISclqe6oZdOZTNoesiInkXPQ=",
"owner": "numtide",
"repo": "flake-utils",
"rev": "b1d9ab70662946ef0850d488da1c9019f3a9752a",
"type": "github"
},
2024-07-03 22:57:30 +05:30
"original": {
"owner": "numtide",
"ref": "main",
"repo": "flake-utils",
"type": "github"
}
},
2024-09-14 16:07:45 +05:30
"flake-utils_4": {
"inputs": {
"systems": "systems_5"
},
"locked": {
"lastModified": 1710146030,
"narHash": "sha256-SZ5L6eA7HJ/nmkzGG7/ISclqe6oZdOZTNoesiInkXPQ=",
"owner": "numtide",
"repo": "flake-utils",
"rev": "b1d9ab70662946ef0850d488da1c9019f3a9752a",
"type": "github"
},
"original": {
"owner": "numtide",
"ref": "main",
"repo": "flake-utils",
"type": "github"
}
},
2024-06-10 00:21:36 +05:30
"git-hooks": {
"inputs": {
2024-06-30 18:19:23 +05:30
"flake-compat": "flake-compat_4",
2024-06-10 00:21:36 +05:30
"gitignore": "gitignore_2",
"nixpkgs": [
"neovim-nightly",
"nixpkgs"
],
"nixpkgs-stable": [
"neovim-nightly",
"nixpkgs"
]
},
"locked": {
2024-09-07 19:33:22 +05:30
"lastModified": 1725513492,
"narHash": "sha256-tyMUA6NgJSvvQuzB7A1Sf8+0XCHyfSPRx/b00o6K0uo=",
2024-06-10 00:21:36 +05:30
"owner": "cachix",
"repo": "git-hooks.nix",
2024-09-07 19:33:22 +05:30
"rev": "7570de7b9b504cfe92025dd1be797bf546f66528",
2024-06-10 00:21:36 +05:30
"type": "github"
},
"original": {
"owner": "cachix",
"repo": "git-hooks.nix",
"type": "github"
}
},
2023-03-15 22:11:59 +05:30
"gitignore": {
"inputs": {
"nixpkgs": [
"lanzaboote",
"pre-commit-hooks-nix",
"nixpkgs"
]
},
"locked": {
2024-03-26 06:00:13 +05:30
"lastModified": 1709087332,
"narHash": "sha256-HG2cCnktfHsKV0s4XW83gU3F57gaTljL9KNSuG6bnQs=",
2023-03-15 22:11:59 +05:30
"owner": "hercules-ci",
"repo": "gitignore.nix",
2024-03-26 06:00:13 +05:30
"rev": "637db329424fd7e46cf4185293b9cc8c88c95394",
2023-03-15 22:11:59 +05:30
"type": "github"
},
"original": {
"owner": "hercules-ci",
"repo": "gitignore.nix",
"type": "github"
}
},
2024-06-10 00:21:36 +05:30
"gitignore_2": {
"inputs": {
"nixpkgs": [
"neovim-nightly",
"git-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"
}
},
"hercules-ci-effects": {
"inputs": {
"flake-parts": "flake-parts_3",
"nixpkgs": [
"neovim-nightly",
"nixpkgs"
]
},
"locked": {
2024-09-06 06:48:15 +05:30
"lastModified": 1724947644,
"narHash": "sha256-MHHrHasTngp7EYQOObHJ1a/IsRF+wodHqOckhH6uZbk=",
2024-06-10 00:21:36 +05:30
"owner": "hercules-ci",
"repo": "hercules-ci-effects",
2024-09-06 06:48:15 +05:30
"rev": "dba4367b9a9d9615456c430a6d6af716f6e84cef",
2024-06-10 00:21:36 +05:30
"type": "github"
},
"original": {
"owner": "hercules-ci",
"repo": "hercules-ci-effects",
"type": "github"
}
},
2023-03-15 22:11:59 +05:30
"home-manager": {
"inputs": {
"nixpkgs": [
"nixpkgs"
2023-04-16 11:40:59 +05:30
]
2023-03-15 22:11:59 +05:30
},
"locked": {
2024-09-14 17:20:17 +05:30
"lastModified": 1726308872,
"narHash": "sha256-d4vwO5N4RsLnCY7k5tY9xbdYDWQsY3RDMeUoIa4ms2A=",
2023-03-15 22:11:59 +05:30
"owner": "nix-community",
"repo": "home-manager",
2024-09-14 17:20:17 +05:30
"rev": "6c1a461a444e6ccb3f3e42bb627b510c3a722a57",
2023-03-15 22:11:59 +05:30
"type": "github"
},
"original": {
"owner": "nix-community",
2024-05-30 23:06:45 +05:30
"ref": "master",
2023-03-15 22:11:59 +05:30
"repo": "home-manager",
"type": "github"
}
},
"impermanence": {
"locked": {
2024-09-07 19:33:22 +05:30
"lastModified": 1725690722,
"narHash": "sha256-4qWg9sNh5g1qPGO6d/GV2ktY+eDikkBTbWSg5/iD2nY=",
2023-03-15 22:11:59 +05:30
"owner": "nix-community",
"repo": "impermanence",
2024-09-07 19:33:22 +05:30
"rev": "63f4d0443e32b0dd7189001ee1894066765d18a5",
2023-03-15 22:11:59 +05:30
"type": "github"
},
"original": {
"owner": "nix-community",
2024-05-30 23:06:45 +05:30
"ref": "master",
2023-03-15 22:11:59 +05:30
"repo": "impermanence",
"type": "github"
}
},
"lanzaboote": {
"inputs": {
2024-05-12 15:33:58 +05:30
"crane": "crane",
2024-06-30 18:19:23 +05:30
"flake-compat": "flake-compat_2",
2024-01-12 13:44:59 +05:30
"flake-parts": "flake-parts",
2024-09-14 16:07:45 +05:30
"nixpkgs": "nixpkgs_4",
2023-08-26 06:25:07 +05:30
"pre-commit-hooks-nix": "pre-commit-hooks-nix",
2024-05-12 15:33:58 +05:30
"rust-overlay": "rust-overlay"
2023-03-15 22:11:59 +05:30
},
"locked": {
2024-09-06 06:48:15 +05:30
"lastModified": 1725379389,
"narHash": "sha256-qS1H/5/20ewJIXmf8FN2A5KTOKKU9elWvCPwdBi1P/U=",
"owner": "nix-community",
2023-03-15 22:11:59 +05:30
"repo": "lanzaboote",
2024-09-06 06:48:15 +05:30
"rev": "e7bd94e0b5ff3c1e686f2101004ebf4fcea9d871",
2023-03-15 22:11:59 +05:30
"type": "github"
},
"original": {
"owner": "nix-community",
2024-05-30 23:06:45 +05:30
"ref": "master",
2023-03-15 22:11:59 +05:30
"repo": "lanzaboote",
"type": "github"
}
},
2024-06-10 00:21:36 +05:30
"neovim-nightly": {
"inputs": {
2024-06-30 18:19:23 +05:30
"flake-compat": "flake-compat_3",
2024-06-10 00:21:36 +05:30
"flake-parts": "flake-parts_2",
"git-hooks": "git-hooks",
"hercules-ci-effects": "hercules-ci-effects",
"neovim-src": "neovim-src",
2024-09-14 16:07:45 +05:30
"nixpkgs": "nixpkgs_5"
2024-06-10 00:21:36 +05:30
},
"locked": {
2024-09-14 17:20:17 +05:30
"lastModified": 1726299205,
"narHash": "sha256-v4DneIggoLBdypeghj4rMzYngKZ1FgDtYKaYDBkfShk=",
2024-06-10 00:21:36 +05:30
"owner": "nix-community",
"repo": "neovim-nightly-overlay",
2024-09-14 17:20:17 +05:30
"rev": "2da0565b4fa221f7a62e9cafa019cd00b99fdb9e",
2024-06-10 00:21:36 +05:30
"type": "github"
},
"original": {
"owner": "nix-community",
"ref": "master",
"repo": "neovim-nightly-overlay",
"type": "github"
}
},
"neovim-src": {
"flake": false,
"locked": {
2024-09-14 17:20:17 +05:30
"lastModified": 1726271736,
"narHash": "sha256-n2kXazdrh5+IvCZFrUq4z27n+OX70S6UPHxAI0pBg0w=",
2024-06-10 00:21:36 +05:30
"owner": "neovim",
"repo": "neovim",
2024-09-14 17:20:17 +05:30
"rev": "67d6b6f27ed3016a2daf6037879d77becc2cfa8f",
2024-06-10 00:21:36 +05:30
"type": "github"
},
"original": {
"owner": "neovim",
"repo": "neovim",
"type": "github"
}
},
2023-05-27 17:07:47 +05:30
"nixpkgs": {
2024-03-04 20:09:32 +05:30
"locked": {
2024-09-13 06:49:00 +05:30
"lastModified": 1726108120,
"narHash": "sha256-Ji5wO1lLG99grI0qCRb6FyRPpH9tfdfD1QP/r7IlgfM=",
2024-03-04 20:09:32 +05:30
"owner": "NixOS",
"repo": "nixpkgs",
2024-09-13 06:49:00 +05:30
"rev": "111ed8812c10d7dc3017de46cbf509600c93f551",
2024-03-04 20:09:32 +05:30
"type": "github"
},
"original": {
"owner": "NixOS",
2024-06-30 18:19:23 +05:30
"ref": "nixpkgs-unstable",
2024-03-04 20:09:32 +05:30
"repo": "nixpkgs",
"type": "github"
}
},
2024-05-12 15:33:58 +05:30
"nixpkgs-stable": {
2024-02-29 15:37:20 +05:30
"locked": {
2024-08-02 06:43:14 +05:30
"lastModified": 1720386169,
"narHash": "sha256-NGKVY4PjzwAa4upkGtAMz1npHGoRzWotlSnVlqI40mo=",
2024-02-29 15:37:20 +05:30
"owner": "NixOS",
"repo": "nixpkgs",
2024-08-02 06:43:14 +05:30
"rev": "194846768975b7ad2c4988bdb82572c00222c0d7",
2024-02-29 15:37:20 +05:30
"type": "github"
},
"original": {
"owner": "NixOS",
2024-08-02 06:43:14 +05:30
"ref": "nixos-24.05",
2024-02-29 15:37:20 +05:30
"repo": "nixpkgs",
"type": "github"
}
},
2024-06-16 18:43:46 +05:30
"nixpkgs-stable_2": {
"locked": {
2024-09-13 06:49:00 +05:30
"lastModified": 1725762081,
"narHash": "sha256-vNv+aJUW5/YurRy1ocfvs4q/48yVESwlC/yHzjkZSP8=",
2024-06-16 18:43:46 +05:30
"owner": "NixOS",
"repo": "nixpkgs",
2024-09-13 06:49:00 +05:30
"rev": "dc454045f5b5d814e5862a6d057e7bb5c29edc05",
2024-06-16 18:43:46 +05:30
"type": "github"
},
"original": {
"owner": "NixOS",
2024-07-12 06:41:40 +05:30
"ref": "release-24.05",
2024-06-16 18:43:46 +05:30
"repo": "nixpkgs",
"type": "github"
}
},
2024-05-12 15:33:58 +05:30
"nixpkgs_2": {
2024-09-14 16:07:45 +05:30
"locked": {
"lastModified": 1726062873,
"narHash": "sha256-IiA3jfbR7K/B5+9byVi9BZGWTD4VSbWe8VLpp9B/iYk=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "4f807e8940284ad7925ebd0a0993d2a1791acb2f",
"type": "github"
},
"original": {
"owner": "nixos",
"ref": "nixos-unstable",
"repo": "nixpkgs",
"type": "github"
}
},
"nixpkgs_3": {
2024-07-03 17:03:34 +05:30
"locked": {
"lastModified": 1702272962,
"narHash": "sha256-D+zHwkwPc6oYQ4G3A1HuadopqRwUY/JkMwHz1YF7j4Q=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "e97b3e4186bcadf0ef1b6be22b8558eab1cdeb5d",
"type": "github"
},
"original": {
"owner": "NixOS",
"ref": "nixpkgs-unstable",
"repo": "nixpkgs",
"type": "github"
}
},
2024-09-14 16:07:45 +05:30
"nixpkgs_4": {
2024-06-30 18:19:23 +05:30
"locked": {
2024-08-02 06:43:14 +05:30
"lastModified": 1722264024,
"narHash": "sha256-gomyYQrlOltr2/prDRikRDQoPz+J5Qq6SEJrqVC5x2c=",
2024-06-30 18:19:23 +05:30
"owner": "NixOS",
"repo": "nixpkgs",
2024-08-02 06:43:14 +05:30
"rev": "fc5e08c73022f96cfeaefa2e087e8b713d47d201",
2024-06-30 18:19:23 +05:30
"type": "github"
},
"original": {
"owner": "NixOS",
"ref": "nixos-unstable-small",
"repo": "nixpkgs",
"type": "github"
}
},
2024-09-14 16:07:45 +05:30
"nixpkgs_5": {
2024-06-10 00:21:36 +05:30
"locked": {
2024-09-14 17:20:17 +05:30
"lastModified": 1726206720,
"narHash": "sha256-tI7141IHDABMNgz4iXDo8agCp0SeTLbaIZ2DRndwcmk=",
2024-06-10 00:21:36 +05:30
"owner": "NixOS",
"repo": "nixpkgs",
2024-09-14 17:20:17 +05:30
"rev": "673d99f1406cb09b8eb6feab4743ebdf70046557",
2024-06-10 00:21:36 +05:30
"type": "github"
},
"original": {
"owner": "NixOS",
"ref": "nixpkgs-unstable",
"repo": "nixpkgs",
"type": "github"
}
},
2024-09-14 16:07:45 +05:30
"nixpkgs_6": {
2024-02-29 15:37:20 +05:30
"locked": {
2024-09-14 17:20:17 +05:30
"lastModified": 1726062873,
"narHash": "sha256-IiA3jfbR7K/B5+9byVi9BZGWTD4VSbWe8VLpp9B/iYk=",
2024-02-29 15:37:20 +05:30
"owner": "NixOS",
"repo": "nixpkgs",
2024-09-14 17:20:17 +05:30
"rev": "4f807e8940284ad7925ebd0a0993d2a1791acb2f",
2024-02-29 15:37:20 +05:30
"type": "github"
},
"original": {
"owner": "NixOS",
"ref": "nixos-unstable",
"repo": "nixpkgs",
"type": "github"
}
},
2024-09-14 16:07:45 +05:30
"nixpkgs_7": {
2024-06-16 18:43:46 +05:30
"locked": {
2024-09-13 06:49:00 +05:30
"lastModified": 1725534445,
"narHash": "sha256-Yd0FK9SkWy+ZPuNqUgmVPXokxDgMJoGuNpMEtkfcf84=",
2024-06-16 18:43:46 +05:30
"owner": "NixOS",
"repo": "nixpkgs",
2024-09-13 06:49:00 +05:30
"rev": "9bb1e7571aadf31ddb4af77fc64b2d59580f9a39",
2024-06-16 18:43:46 +05:30
"type": "github"
},
"original": {
"owner": "NixOS",
"ref": "nixpkgs-unstable",
"repo": "nixpkgs",
"type": "github"
}
},
2024-09-14 16:07:45 +05:30
"nixpkgs_8": {
2024-07-03 22:57:30 +05:30
"locked": {
2024-09-13 06:49:00 +05:30
"lastModified": 1726108120,
"narHash": "sha256-Ji5wO1lLG99grI0qCRb6FyRPpH9tfdfD1QP/r7IlgfM=",
2024-07-03 22:57:30 +05:30
"owner": "NixOS",
"repo": "nixpkgs",
2024-09-13 06:49:00 +05:30
"rev": "111ed8812c10d7dc3017de46cbf509600c93f551",
2024-07-03 22:57:30 +05:30
"type": "github"
},
"original": {
"owner": "NixOS",
"ref": "nixpkgs-unstable",
"repo": "nixpkgs",
"type": "github"
}
},
2023-03-15 22:11:59 +05:30
"pre-commit-hooks-nix": {
"inputs": {
2023-04-23 19:30:48 +05:30
"flake-compat": [
"lanzaboote",
"flake-compat"
],
2023-03-25 22:10:52 +05:30
"gitignore": "gitignore",
2023-03-15 22:11:59 +05:30
"nixpkgs": [
"lanzaboote",
"nixpkgs"
],
2023-03-25 22:10:52 +05:30
"nixpkgs-stable": "nixpkgs-stable"
2023-03-15 22:11:59 +05:30
},
"locked": {
2024-08-02 06:43:14 +05:30
"lastModified": 1721042469,
"narHash": "sha256-6FPUl7HVtvRHCCBQne7Ylp4p+dpP3P/OYuzjztZ4s70=",
2023-03-15 22:11:59 +05:30
"owner": "cachix",
"repo": "pre-commit-hooks.nix",
2024-08-02 06:43:14 +05:30
"rev": "f451c19376071a90d8c58ab1a953c6e9840527fd",
2023-03-15 22:11:59 +05:30
"type": "github"
},
"original": {
"owner": "cachix",
"repo": "pre-commit-hooks.nix",
"type": "github"
}
},
"root": {
"inputs": {
2024-07-03 17:03:34 +05:30
"adtyaxyz": "adtyaxyz",
2024-09-14 16:07:45 +05:30
"caddy": "caddy",
2024-06-30 18:19:23 +05:30
"deploy-rs": "deploy-rs",
2024-09-14 16:07:45 +05:30
"flake-utils": "flake-utils_3",
2023-08-05 10:34:23 +05:30
"home-manager": "home-manager",
2023-03-15 22:11:59 +05:30
"impermanence": "impermanence",
"lanzaboote": "lanzaboote",
2024-06-10 00:21:36 +05:30
"neovim-nightly": "neovim-nightly",
2024-09-14 16:07:45 +05:30
"nixpkgs": "nixpkgs_6",
2024-06-16 18:43:46 +05:30
"sops-nix": "sops-nix",
2024-07-03 22:57:30 +05:30
"wiki": "wiki"
2023-03-15 22:11:59 +05:30
}
},
2023-08-26 06:25:07 +05:30
"rust-overlay": {
"inputs": {
"nixpkgs": [
"lanzaboote",
"nixpkgs"
]
},
"locked": {
2024-08-02 06:43:14 +05:30
"lastModified": 1722219664,
"narHash": "sha256-xMOJ+HW4yj6e69PvieohUJ3dBSdgCfvI0nnCEe6/yVc=",
2023-08-26 06:25:07 +05:30
"owner": "oxalica",
"repo": "rust-overlay",
2024-08-02 06:43:14 +05:30
"rev": "a6fbda5d9a14fb5f7c69b8489d24afeb349c7bb4",
2023-08-26 06:25:07 +05:30
"type": "github"
},
"original": {
"owner": "oxalica",
"repo": "rust-overlay",
"type": "github"
}
},
2024-06-16 18:43:46 +05:30
"sops-nix": {
"inputs": {
2024-09-14 16:07:45 +05:30
"nixpkgs": "nixpkgs_7",
2024-06-16 18:43:46 +05:30
"nixpkgs-stable": "nixpkgs-stable_2"
},
"locked": {
2024-09-14 17:20:17 +05:30
"lastModified": 1726218807,
"narHash": "sha256-z7CoWbSOtsOz8TmRKDnobURkKfv6nPZCo3ayolNuQGc=",
2024-06-16 18:43:46 +05:30
"owner": "Mic92",
"repo": "sops-nix",
2024-09-14 17:20:17 +05:30
"rev": "f30b1bac192e2dc252107ac8a59a03ad25e1b96e",
2024-06-16 18:43:46 +05:30
"type": "github"
},
"original": {
"owner": "Mic92",
"ref": "master",
"repo": "sops-nix",
"type": "github"
}
},
2023-04-16 11:40:59 +05:30
"systems": {
2023-03-15 22:11:59 +05:30
"locked": {
2023-04-16 11:40:59 +05:30
"lastModified": 1681028828,
"narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=",
"owner": "nix-systems",
"repo": "default",
"rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e",
2023-03-15 22:11:59 +05:30
"type": "github"
},
"original": {
2023-04-16 11:40:59 +05:30
"owner": "nix-systems",
"repo": "default",
"type": "github"
}
2024-02-29 15:29:20 +05:30
},
"systems_2": {
2024-04-14 13:36:12 +05:30
"locked": {
"lastModified": 1681028828,
"narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=",
"owner": "nix-systems",
"repo": "default",
"rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e",
"type": "github"
},
"original": {
"owner": "nix-systems",
"repo": "default",
"type": "github"
}
2024-05-25 23:16:19 +05:30
},
2024-06-21 10:10:14 +05:30
"systems_3": {
"locked": {
"lastModified": 1681028828,
"narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=",
"owner": "nix-systems",
"repo": "default",
"rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e",
"type": "github"
},
"original": {
"owner": "nix-systems",
"repo": "default",
"type": "github"
}
},
2024-06-30 18:19:23 +05:30
"systems_4": {
"locked": {
"lastModified": 1681028828,
"narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=",
"owner": "nix-systems",
"repo": "default",
"rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e",
"type": "github"
},
"original": {
"owner": "nix-systems",
"repo": "default",
"type": "github"
}
},
2024-09-14 16:07:45 +05:30
"systems_5": {
"locked": {
"lastModified": 1681028828,
"narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=",
"owner": "nix-systems",
"repo": "default",
"rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e",
"type": "github"
},
"original": {
"owner": "nix-systems",
"repo": "default",
"type": "github"
}
},
2024-06-30 18:19:23 +05:30
"utils": {
"inputs": {
2024-09-14 16:07:45 +05:30
"systems": "systems_3"
2024-06-30 18:19:23 +05:30
},
"locked": {
"lastModified": 1701680307,
"narHash": "sha256-kAuep2h5ajznlPMD9rnQyffWG8EM/C73lejGofXvdM8=",
"owner": "numtide",
"repo": "flake-utils",
"rev": "4022d587cbbfd70fe950c1e2083a02621806a725",
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "flake-utils",
"type": "github"
}
},
2024-07-03 22:57:30 +05:30
"wiki": {
"inputs": {
2024-09-14 16:07:45 +05:30
"flake-utils": "flake-utils_4",
"nixpkgs": "nixpkgs_8"
2024-07-03 22:57:30 +05:30
},
"locked": {
2024-09-13 06:49:00 +05:30
"lastModified": 1726188295,
"narHash": "sha256-QqZiqMHsEKy2h9l+gvfU+GCoXZsuGwmvmt1la6eNzBI=",
2024-07-03 22:57:30 +05:30
"owner": "adtya",
"repo": "wiki",
2024-09-13 06:49:00 +05:30
"rev": "be49a8a58d4f05d48430e9866fec80e0e67dffad",
2024-07-03 22:57:30 +05:30
"type": "github"
},
"original": {
"owner": "adtya",
"ref": "main",
"repo": "wiki",
"type": "github"
}
2023-03-15 22:11:59 +05:30
}
},
"root": "root",
"version": 7
}