nix-config/flake.lock

409 lines
10 KiB
Plaintext
Raw Normal View History

2023-01-25 17:53:02 +01:00
{
"nodes": {
2023-01-25 22:12:36 +01:00
"agenix": {
"inputs": {
"darwin": "darwin",
2023-05-19 06:54:56 +02:00
"home-manager": [
"home-manager"
],
2023-01-25 22:12:36 +01:00
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
2023-05-19 06:54:56 +02:00
"lastModified": 1684153753,
"narHash": "sha256-PVbWt3qrjYAK+T5KplFcO+h7aZWfEj1UtyoKlvcDxh0=",
"owner": "ryantm",
2023-01-25 22:12:36 +01:00
"repo": "agenix",
2023-05-19 06:54:56 +02:00
"rev": "db5637d10f797bb251b94ef9040b237f4702cde3",
2023-01-25 22:12:36 +01:00
"type": "github"
},
"original": {
"owner": "ryantm",
2023-01-25 22:12:36 +01:00
"repo": "agenix",
"type": "github"
}
},
"agenix-rekey": {
"inputs": {
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
2023-05-19 06:54:56 +02:00
"lastModified": 1683715679,
"narHash": "sha256-Zq2liHoVTNYql94XPTpEInQq5yY0NjRa9ZLYJv55dgE=",
"owner": "oddlama",
"repo": "agenix-rekey",
2023-05-19 06:54:56 +02:00
"rev": "e5e84230bfa071685a05acdc11a94e3be672e541",
"type": "github"
},
"original": {
"owner": "oddlama",
"repo": "agenix-rekey",
"type": "github"
}
},
"colmena": {
"inputs": {
"flake-compat": "flake-compat",
"flake-utils": [
"flake-utils"
],
"nixpkgs": [
"nixpkgs"
],
"stable": "stable"
},
"locked": {
2023-05-19 06:54:56 +02:00
"lastModified": 1684127527,
"narHash": "sha256-tAzgb2jgmRaX9HETry38h2OvBf9YkHEH1fFvIJQV9A0=",
"owner": "zhaofengli",
"repo": "colmena",
2023-05-19 06:54:56 +02:00
"rev": "caf33af7d854c8d9b88a8f3dae7adb1c24c1407b",
"type": "github"
},
"original": {
"owner": "zhaofengli",
"repo": "colmena",
"type": "github"
}
},
"darwin": {
"inputs": {
"nixpkgs": [
"agenix",
"nixpkgs"
]
},
"locked": {
"lastModified": 1673295039,
"narHash": "sha256-AsdYgE8/GPwcelGgrntlijMg4t3hLFJFCRF3tL5WVjA=",
"owner": "lnl7",
"repo": "nix-darwin",
"rev": "87b9d090ad39b25b2400029c64825fc2a8868943",
"type": "github"
},
"original": {
"owner": "lnl7",
"ref": "master",
"repo": "nix-darwin",
"type": "github"
}
},
"flake-compat": {
"flake": false,
"locked": {
"lastModified": 1650374568,
"narHash": "sha256-Z+s0J8/r907g149rllvwhb4pKi8Wam5ij0st8PwAh+E=",
"owner": "edolstra",
"repo": "flake-compat",
"rev": "b4a34015c698c7793d592d66adbab377907a2be8",
"type": "github"
},
"original": {
"owner": "edolstra",
"repo": "flake-compat",
"type": "github"
}
},
"flake-compat_2": {
"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-01-28 18:41:31 +01:00
"flake-utils": {
2023-04-12 16:52:20 +02:00
"inputs": {
"systems": "systems"
},
2023-01-28 18:41:31 +01:00
"locked": {
2023-04-12 16:52:20 +02:00
"lastModified": 1681202837,
"narHash": "sha256-H+Rh19JDwRtpVPAWp64F+rlEtxUWBAQW28eAi3SRSzg=",
2023-01-28 18:41:31 +01:00
"owner": "numtide",
"repo": "flake-utils",
2023-04-12 16:52:20 +02:00
"rev": "cfacdce06f30d2b68473a46042957675eebb3401",
2023-01-28 18:41:31 +01:00
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "flake-utils",
"type": "github"
}
},
"gitignore": {
"inputs": {
"nixpkgs": [
"pre-commit-hooks",
"nixpkgs"
]
},
"locked": {
"lastModified": 1660459072,
"narHash": "sha256-8DFJjXG8zqoONA1vXtgeKXy68KdJL5UaXR8NtVMUbx8=",
"owner": "hercules-ci",
"repo": "gitignore.nix",
"rev": "a20de23b925fd8264fd7fad6454652e142fd7f73",
"type": "github"
},
"original": {
"owner": "hercules-ci",
"repo": "gitignore.nix",
"type": "github"
}
},
2023-01-25 17:53:02 +01:00
"home-manager": {
"inputs": {
"nixpkgs": [
"nixpkgs"
2023-04-30 11:34:26 +02:00
]
2023-01-25 17:53:02 +01:00
},
"locked": {
2023-05-19 06:54:56 +02:00
"lastModified": 1684321175,
"narHash": "sha256-V4EbM+jK7pvjKBaj0dgAiW9ultzDE27Nz5fRyu/ceMk=",
2023-01-25 17:53:02 +01:00
"owner": "nix-community",
"repo": "home-manager",
2023-05-19 06:54:56 +02:00
"rev": "59659243cd4ababda605e79b4a9c2e6d83e24c86",
2023-01-25 17:53:02 +01:00
"type": "github"
},
"original": {
"owner": "nix-community",
"repo": "home-manager",
"type": "github"
}
},
2023-03-08 14:11:46 +01:00
"hyprland": {
"inputs": {
"hyprland-protocols": "hyprland-protocols",
2023-05-19 06:54:56 +02:00
"nixpkgs": [
"nixpkgs"
],
2023-03-08 14:11:46 +01:00
"wlroots": "wlroots",
"xdph": "xdph"
},
"locked": {
2023-05-19 06:54:56 +02:00
"lastModified": 1684332077,
"narHash": "sha256-briamwodIZsYolceEjX41mqw/VkKiHuIEprw0u5wioY=",
2023-03-08 14:11:46 +01:00
"owner": "hyprwm",
"repo": "Hyprland",
2023-05-19 06:54:56 +02:00
"rev": "79b8576df9630ea1c0fb1c6e399a424c3dcdcd47",
2023-03-08 14:11:46 +01:00
"type": "github"
},
"original": {
"owner": "hyprwm",
"repo": "Hyprland",
"type": "github"
}
},
"hyprland-protocols": {
"inputs": {
"nixpkgs": [
"hyprland",
"nixpkgs"
]
},
"locked": {
2023-04-12 16:52:20 +02:00
"lastModified": 1681065697,
"narHash": "sha256-QPzwwlGKX95tl6ZEshboZbEwwAXww6lNLdVYd6T9Mrc=",
2023-03-08 14:11:46 +01:00
"owner": "hyprwm",
"repo": "hyprland-protocols",
2023-04-12 16:52:20 +02:00
"rev": "4d29e48433270a2af06b8bc711ca1fe5109746cd",
2023-03-08 14:11:46 +01:00
"type": "github"
},
"original": {
"owner": "hyprwm",
"repo": "hyprland-protocols",
"type": "github"
}
},
"nixos-hardware": {
"locked": {
2023-05-19 06:54:56 +02:00
"lastModified": 1684169666,
"narHash": "sha256-N5jrykeSxLVgvm3Dd3hZ38/XwM/jU+dltqlXgrGlYxk=",
"owner": "nixos",
"repo": "nixos-hardware",
2023-05-19 06:54:56 +02:00
"rev": "71ce85372a614d418d5e303dd5702a79d1545c04",
"type": "github"
},
"original": {
"owner": "nixos",
"repo": "nixos-hardware",
"type": "github"
}
},
2023-01-25 17:53:02 +01:00
"nixpkgs": {
"locked": {
2023-05-19 06:54:56 +02:00
"lastModified": 1684385584,
"narHash": "sha256-O7y0gK8OLIDqz+LaHJJyeu09IGiXlZIS3+JgEzGmmJA=",
2023-01-25 17:53:02 +01:00
"owner": "NixOS",
"repo": "nixpkgs",
2023-05-19 06:54:56 +02:00
"rev": "48a0fb7aab511df92a17cf239c37f2bd2ec9ae3a",
2023-01-25 17:53:02 +01:00
"type": "github"
},
"original": {
"owner": "NixOS",
"ref": "nixos-unstable",
"repo": "nixpkgs",
"type": "github"
}
},
"nixpkgs-stable": {
"locked": {
"lastModified": 1678872516,
"narHash": "sha256-/E1YwtMtFAu2KUQKV/1+KFuReYPANM2Rzehk84VxVoc=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "9b8e5abb18324c7fe9f07cb100c3cd4a29cda8b8",
"type": "github"
},
"original": {
"owner": "NixOS",
"ref": "nixos-22.11",
"repo": "nixpkgs",
"type": "github"
}
},
"pre-commit-hooks": {
"inputs": {
"flake-compat": "flake-compat_2",
"flake-utils": [
"flake-utils"
],
"gitignore": "gitignore",
"nixpkgs": [
"nixpkgs"
],
"nixpkgs-stable": "nixpkgs-stable"
},
"locked": {
2023-05-19 06:54:56 +02:00
"lastModified": 1684195081,
"narHash": "sha256-IKnQUSBhQTChFERxW2AzuauVpY1HRgeVzAjNMAA4B6I=",
"owner": "cachix",
"repo": "pre-commit-hooks.nix",
2023-05-19 06:54:56 +02:00
"rev": "96eabec58248ed8f4b0ad59e7ce9398018684fdc",
"type": "github"
},
"original": {
"owner": "cachix",
"repo": "pre-commit-hooks.nix",
"type": "github"
}
},
2023-01-25 17:53:02 +01:00
"root": {
"inputs": {
2023-01-25 22:12:36 +01:00
"agenix": "agenix",
"agenix-rekey": "agenix-rekey",
"colmena": "colmena",
2023-01-28 18:41:31 +01:00
"flake-utils": "flake-utils",
2023-01-25 17:53:02 +01:00
"home-manager": "home-manager",
2023-03-08 14:11:46 +01:00
"hyprland": "hyprland",
"nixos-hardware": "nixos-hardware",
2023-05-19 06:54:56 +02:00
"nixpkgs": "nixpkgs",
2023-03-06 07:47:49 +01:00
"pre-commit-hooks": "pre-commit-hooks",
"templates": "templates"
}
},
"stable": {
"locked": {
"lastModified": 1669735802,
"narHash": "sha256-qtG/o/i5ZWZLmXw108N2aPiVsxOcidpHJYNkT45ry9Q=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "731cc710aeebecbf45a258e977e8b68350549522",
"type": "github"
},
"original": {
"owner": "NixOS",
"ref": "nixos-22.11",
"repo": "nixpkgs",
"type": "github"
}
},
2023-04-12 16:52:20 +02:00
"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-03-06 07:47:49 +01:00
"templates": {
"locked": {
"lastModified": 1679299625,
"narHash": "sha256-b3t2blYgmHf/HXc152Fa7+YKJSS05vRnrs8i+H6SWA8=",
"ref": "refs/heads/main",
"rev": "c659b85f238d5554b98c2653cea4fd86f5ad8f4e",
"revCount": 1,
"type": "git",
"url": "https://git.lel.lol/patrick/nix-templates.git"
2023-03-06 07:47:49 +01:00
},
"original": {
"type": "git",
"url": "https://git.lel.lol/patrick/nix-templates.git"
2023-01-25 17:53:02 +01:00
}
},
2023-03-08 14:11:46 +01:00
"wlroots": {
"flake": false,
"locked": {
"host": "gitlab.freedesktop.org",
2023-05-19 06:54:56 +02:00
"lastModified": 1682436395,
"narHash": "sha256-GGEjkQO9m7YLYIXIXM76HWdhjg4Ye+oafOtyaFAYKI4=",
2023-03-08 14:11:46 +01:00
"owner": "wlroots",
"repo": "wlroots",
2023-05-19 06:54:56 +02:00
"rev": "6830bfc17fd94709e2cdd4da0af989f102a26e59",
2023-03-08 14:11:46 +01:00
"type": "gitlab"
},
"original": {
"host": "gitlab.freedesktop.org",
"owner": "wlroots",
"repo": "wlroots",
"type": "gitlab"
}
},
"xdph": {
"inputs": {
"hyprland-protocols": [
"hyprland",
"hyprland-protocols"
],
"nixpkgs": [
"hyprland",
"nixpkgs"
]
},
"locked": {
2023-05-19 06:54:56 +02:00
"lastModified": 1682439384,
"narHash": "sha256-zHDa8LCZs05TZHQSIZ3ucwyMPglBGHcqTBzfkLjYXTM=",
2023-03-08 14:11:46 +01:00
"owner": "hyprwm",
"repo": "xdg-desktop-portal-hyprland",
2023-05-19 06:54:56 +02:00
"rev": "c0e233955568fbea4e859336f6d3d14d51294d7c",
2023-03-08 14:11:46 +01:00
"type": "github"
},
"original": {
"owner": "hyprwm",
"repo": "xdg-desktop-portal-hyprland",
"type": "github"
}
2023-01-25 17:53:02 +01:00
}
},
"root": "root",
"version": 7
}