nixos-config/flake.lock

554 lines
14 KiB
Plaintext
Raw Normal View History

2022-12-18 17:01:34 +01:00
{
"nodes": {
2023-01-09 13:00:09 +01:00
"base16-schemes": {
"flake": false,
"locked": {
2023-04-11 14:07:49 +02:00
"lastModified": 1680729003,
"narHash": "sha256-M9LHTL24/W4oqgbYRkz0B2qpNrkefTs98pfj3MxIXnU=",
2023-01-09 13:00:09 +01:00
"owner": "tinted-theming",
"repo": "base16-schemes",
2023-04-11 14:07:49 +02:00
"rev": "dc048afa066287a719ddbab62b3e19e4b5110cf0",
2023-01-09 13:00:09 +01:00
"type": "github"
},
"original": {
"owner": "tinted-theming",
"repo": "base16-schemes",
"type": "github"
}
},
2023-02-23 15:18:55 +01:00
"beautysh": {
"inputs": {
"nixpkgs": [
"nixvim",
"nixpkgs"
],
"poetry2nix": "poetry2nix",
2023-03-05 10:48:43 +01:00
"utils": "utils"
2023-02-23 15:18:55 +01:00
},
"locked": {
2023-04-06 22:31:45 +02:00
"lastModified": 1680308980,
"narHash": "sha256-aUEHV0jk2qIFP3jlsWYWhBbm+w/N9gzH3e4I5DcdB5s=",
2023-02-23 15:18:55 +01:00
"owner": "lovesegfault",
"repo": "beautysh",
2023-04-06 22:31:45 +02:00
"rev": "9845efc3ea3e86cc0d41465d720a47f521b2799c",
2023-02-23 15:18:55 +01:00
"type": "github"
},
"original": {
"owner": "lovesegfault",
"repo": "beautysh",
"type": "github"
}
},
2023-03-06 18:07:49 +01: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-02-23 15:18:55 +01:00
"flake-utils": {
2023-04-11 14:07:49 +02:00
"inputs": {
"systems": "systems"
},
2023-02-23 15:18:55 +01:00
"locked": {
2023-04-11 14:07:49 +02:00
"lastModified": 1681202837,
"narHash": "sha256-H+Rh19JDwRtpVPAWp64F+rlEtxUWBAQW28eAi3SRSzg=",
2023-02-23 15:18:55 +01:00
"owner": "numtide",
"repo": "flake-utils",
2023-04-11 14:07:49 +02:00
"rev": "cfacdce06f30d2b68473a46042957675eebb3401",
2023-02-23 15:18:55 +01:00
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "flake-utils",
"type": "github"
}
},
2023-03-06 18:07:49 +01:00
"flake-utils_2": {
"locked": {
"lastModified": 1667395993,
"narHash": "sha256-nuEHfE/LcWyuSWnS8t12N1wc105Qtau+/OdUAjtQ0rA=",
"owner": "numtide",
"repo": "flake-utils",
"rev": "5aed5285a952e0b949eb3ba02c12fa4fcfef535f",
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "flake-utils",
"type": "github"
}
},
"gitignore": {
"inputs": {
"nixpkgs": [
"nixvim",
"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"
}
},
2022-12-18 17:01:34 +01:00
"home-manager": {
"inputs": {
"nixpkgs": [
"nixpkgs"
],
2023-03-05 10:48:43 +01:00
"utils": [
"flake-utils"
]
2022-12-18 17:01:34 +01:00
},
"locked": {
2023-04-12 09:18:28 +02:00
"lastModified": 1681250798,
"narHash": "sha256-fQMROyKzPFBPqJy9J4ffywm02ZuqAI0GW1O1QibVpdQ=",
2022-12-18 17:01:34 +01:00
"owner": "nix-community",
"repo": "home-manager",
2023-04-12 09:18:28 +02:00
"rev": "28698126bd825aff21cae9ffd15cf83e169051b0",
2022-12-18 17:01:34 +01:00
"type": "github"
},
"original": {
"owner": "nix-community",
"repo": "home-manager",
"type": "github"
}
},
2023-01-20 10:46:28 +01:00
"hyprland": {
"inputs": {
2023-03-26 14:27:15 +02:00
"hyprland-protocols": "hyprland-protocols",
"nixpkgs": "nixpkgs",
2023-01-20 10:46:28 +01:00
"wlroots": "wlroots",
2023-03-04 21:22:42 +01:00
"xdph": [
"xdph"
]
2023-01-20 10:46:28 +01:00
},
"locked": {
2023-04-12 17:21:24 +02:00
"lastModified": 1681303095,
"narHash": "sha256-0lj5ZGMhXdeYbbQQ5Y0fv0OcKe0zXfn4H2VOn31l/9o=",
2023-01-20 10:46:28 +01:00
"owner": "hyprwm",
"repo": "Hyprland",
2023-04-12 17:21:24 +02:00
"rev": "efee6a1cda278b8589bfe335c66d8fb272027bca",
2023-01-20 10:46:28 +01:00
"type": "github"
},
"original": {
"owner": "hyprwm",
"repo": "Hyprland",
"type": "github"
}
},
"hyprland-protocols": {
"inputs": {
"nixpkgs": [
2023-03-26 14:27:15 +02:00
"hyprland",
"nixpkgs"
]
},
"locked": {
2023-04-11 14:07:49 +02:00
"lastModified": 1681065697,
"narHash": "sha256-QPzwwlGKX95tl6ZEshboZbEwwAXww6lNLdVYd6T9Mrc=",
2023-03-26 14:27:15 +02:00
"owner": "hyprwm",
"repo": "hyprland-protocols",
2023-04-11 14:07:49 +02:00
"rev": "4d29e48433270a2af06b8bc711ca1fe5109746cd",
2023-03-26 14:27:15 +02:00
"type": "github"
},
"original": {
"owner": "hyprwm",
"repo": "hyprland-protocols",
"type": "github"
}
},
"hyprland-protocols_2": {
"inputs": {
"nixpkgs": [
"xdph",
2023-01-20 10:46:28 +01:00
"nixpkgs"
]
},
"locked": {
2023-04-11 14:07:49 +02:00
"lastModified": 1681065697,
"narHash": "sha256-QPzwwlGKX95tl6ZEshboZbEwwAXww6lNLdVYd6T9Mrc=",
2023-01-20 10:46:28 +01:00
"owner": "hyprwm",
"repo": "hyprland-protocols",
2023-04-11 14:07:49 +02:00
"rev": "4d29e48433270a2af06b8bc711ca1fe5109746cd",
2023-01-20 10:46:28 +01:00
"type": "github"
},
"original": {
"owner": "hyprwm",
"repo": "hyprland-protocols",
"type": "github"
}
},
2023-01-20 14:37:59 +01:00
"hyprpaper": {
"inputs": {
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
2023-04-11 14:07:49 +02:00
"lastModified": 1681080114,
"narHash": "sha256-rAKfgQJQRsw4QMOXdxfHIh/d5LPY6HHKBX1KtaPs2No=",
2023-01-20 14:37:59 +01:00
"owner": "hyprwm",
"repo": "hyprpaper",
2023-04-11 14:07:49 +02:00
"rev": "4bcedde1dc1a06107ec32c93a937de30f40aa1fc",
2023-01-20 14:37:59 +01:00
"type": "github"
},
"original": {
"owner": "hyprwm",
"repo": "hyprpaper",
"type": "github"
}
},
2023-01-09 13:00:09 +01:00
"nix-colors": {
"inputs": {
"base16-schemes": "base16-schemes",
"nixpkgs-lib": "nixpkgs-lib"
},
"locked": {
2023-04-11 14:07:49 +02:00
"lastModified": 1680875144,
"narHash": "sha256-Ub/Y+/zoAoji+E7WCLbTykcTmfRiyzLJ5QEyR3NbHgY=",
2023-01-09 13:00:09 +01:00
"owner": "Misterio77",
"repo": "nix-colors",
2023-04-11 14:07:49 +02:00
"rev": "41cc6c1086a4d26509f9fc80a538131d03a11234",
2023-01-09 13:00:09 +01:00
"type": "github"
},
"original": {
"owner": "Misterio77",
"repo": "nix-colors",
"type": "github"
}
},
"nix-index-database": {
"inputs": {
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
2023-03-20 14:21:56 +01:00
"lastModified": 1679224439,
"narHash": "sha256-QkvcuC4b67FUkkxlMsLTMPbwoD7yZr0UvJpu6jkFuLo=",
"owner": "Mic92",
"repo": "nix-index-database",
2023-03-20 14:21:56 +01:00
"rev": "2f5e6e915d70c04d673a8930f94591595c73eb84",
"type": "github"
},
"original": {
"owner": "Mic92",
"repo": "nix-index-database",
"type": "github"
}
},
2023-02-21 22:35:56 +01:00
"nixos-hardware": {
"locked": {
2023-04-11 14:07:49 +02:00
"lastModified": 1680876084,
"narHash": "sha256-eP9yxP0wc7XuVaODugh+ajgbFGaile2O1ihxiLxOuvU=",
2023-02-21 22:35:56 +01:00
"owner": "nixos",
"repo": "nixos-hardware",
2023-04-11 14:07:49 +02:00
"rev": "3006d2860a6ed5e01b0c3e7ffb730e9b293116e2",
2023-02-21 22:35:56 +01:00
"type": "github"
},
"original": {
"owner": "nixos",
"repo": "nixos-hardware",
"type": "github"
}
},
2022-12-18 17:01:34 +01:00
"nixpkgs": {
"locked": {
2023-04-06 22:31:45 +02:00
"lastModified": 1680669251,
"narHash": "sha256-AVNE+0u4HlI3v96KCXE9risH7NKqj0QDLLfSckYXIbA=",
2023-03-26 14:27:15 +02:00
"owner": "NixOS",
2022-12-18 17:01:34 +01:00
"repo": "nixpkgs",
2023-04-06 22:31:45 +02:00
"rev": "9c8ff8b426a8b07b9e0a131ac3218740dc85ba1e",
2022-12-18 17:01:34 +01:00
"type": "github"
},
"original": {
2023-03-26 14:27:15 +02:00
"owner": "NixOS",
2023-01-18 23:10:09 +01:00
"ref": "nixos-unstable",
2022-12-18 17:01:34 +01:00
"repo": "nixpkgs",
"type": "github"
}
},
2023-01-09 13:00:09 +01:00
"nixpkgs-lib": {
"locked": {
2023-04-11 14:07:49 +02:00
"lastModified": 1680397293,
"narHash": "sha256-wBpJ73+tJ8fZSWb4tzNbAVahC4HSo2QG3nICDy4ExBQ=",
2023-01-09 13:00:09 +01:00
"owner": "nix-community",
"repo": "nixpkgs.lib",
2023-04-11 14:07:49 +02:00
"rev": "b18d328214ca3c627d3cc3f51fd9d1397fdbcd7a",
2023-01-09 13:00:09 +01:00
"type": "github"
},
"original": {
"owner": "nix-community",
"repo": "nixpkgs.lib",
"type": "github"
}
},
"nixpkgs-stable": {
2023-03-06 18:07:49 +01:00
"locked": {
2023-03-28 13:03:51 +02:00
"lastModified": 1678872516,
"narHash": "sha256-/E1YwtMtFAu2KUQKV/1+KFuReYPANM2Rzehk84VxVoc=",
2023-03-06 18:07:49 +01:00
"owner": "NixOS",
"repo": "nixpkgs",
2023-03-28 13:03:51 +02:00
"rev": "9b8e5abb18324c7fe9f07cb100c3cd4a29cda8b8",
2023-03-06 18:07:49 +01:00
"type": "github"
},
"original": {
"owner": "NixOS",
"ref": "nixos-22.11",
"repo": "nixpkgs",
"type": "github"
}
},
"nixpkgs-stable_2": {
"locked": {
2023-04-11 14:07:49 +02:00
"lastModified": 1681005198,
"narHash": "sha256-5LrnBeXR7Hv8OXh6eany7br4qBW+ZNl4LKf1CJu9zbg=",
"owner": "NixOS",
"repo": "nixpkgs",
2023-04-11 14:07:49 +02:00
"rev": "e45cc0138829ad86e7ff17a76acf2d05e781e30a",
"type": "github"
},
"original": {
"owner": "NixOS",
"ref": "release-22.11",
"repo": "nixpkgs",
"type": "github"
}
},
2023-03-26 14:27:15 +02:00
"nixpkgs_2": {
"locked": {
2023-04-12 09:18:28 +02:00
"lastModified": 1681217261,
"narHash": "sha256-RbxCHWN3Vhyv/WEsXcJlDwF7bpvZ9NxDjfSouQxXEKo=",
2023-03-26 14:27:15 +02:00
"owner": "nixos",
"repo": "nixpkgs",
2023-04-12 09:18:28 +02:00
"rev": "3fb8eedc450286d5092e4953118212fa21091b3b",
2023-03-26 14:27:15 +02:00
"type": "github"
},
"original": {
"owner": "nixos",
"ref": "nixos-unstable",
"repo": "nixpkgs",
"type": "github"
}
},
"nixpkgs_3": {
"locked": {
2023-04-11 14:07:49 +02:00
"lastModified": 1680945546,
"narHash": "sha256-8FuaH5t/aVi/pR1XxnF0qi4WwMYC+YxlfdsA0V+TEuQ=",
2023-03-26 14:27:15 +02:00
"owner": "NixOS",
"repo": "nixpkgs",
2023-04-11 14:07:49 +02:00
"rev": "d9f759f2ea8d265d974a6e1259bd510ac5844c5d",
2023-03-26 14:27:15 +02:00
"type": "github"
},
"original": {
"owner": "NixOS",
"ref": "nixos-unstable",
"repo": "nixpkgs",
"type": "github"
}
},
2023-02-23 15:18:55 +01:00
"nixvim": {
"inputs": {
"beautysh": "beautysh",
2023-03-05 10:48:43 +01:00
"flake-utils": [
"flake-utils"
],
2023-02-23 15:18:55 +01:00
"nixpkgs": [
"nixpkgs"
2023-03-06 18:07:49 +01:00
],
"pre-commit-hooks": "pre-commit-hooks"
2023-02-23 15:18:55 +01:00
},
"locked": {
2023-04-12 09:18:28 +02:00
"lastModified": 1681228317,
"narHash": "sha256-Y07wDRqH9t6/6D/Qxwt0Xa/EpS67QJJETK0NqWDruEs=",
2023-02-23 15:18:55 +01:00
"owner": "pta2002",
"repo": "nixvim",
2023-04-12 09:18:28 +02:00
"rev": "693277568f4170eecdaf4b22467a608b3ed1b35e",
2023-02-23 15:18:55 +01:00
"type": "github"
},
"original": {
"owner": "pta2002",
"repo": "nixvim",
"type": "github"
}
},
"poetry2nix": {
"inputs": {
"flake-utils": [
"nixvim",
"beautysh",
"utils"
],
"nixpkgs": [
"nixvim",
"beautysh",
"nixpkgs"
]
},
"locked": {
"lastModified": 1658665240,
"narHash": "sha256-/wkx7D7enyBPRjIkK0w7QxLQhzEkb3UxNQnjyc3FTUI=",
"owner": "nix-community",
"repo": "poetry2nix",
"rev": "8b8edc85d24661d5a6d0d71d6a7011f3e699780f",
"type": "github"
},
"original": {
"owner": "nix-community",
"repo": "poetry2nix",
"type": "github"
}
},
2023-03-06 18:07:49 +01:00
"pre-commit-hooks": {
"inputs": {
"flake-compat": "flake-compat",
"flake-utils": "flake-utils_2",
"gitignore": "gitignore",
"nixpkgs": [
"nixvim",
"nixpkgs"
],
"nixpkgs-stable": "nixpkgs-stable"
},
"locked": {
2023-04-06 22:31:45 +02:00
"lastModified": 1680769543,
"narHash": "sha256-b+aLX7w2cVsHtTTs1wgKsYeNw3SKyMn9Qkb42RK5Yx8=",
2023-03-06 18:07:49 +01:00
"owner": "cachix",
"repo": "pre-commit-hooks.nix",
2023-04-06 22:31:45 +02:00
"rev": "bb9e597b33641a8df00f17334db55fa10981c94f",
2023-03-06 18:07:49 +01:00
"type": "github"
},
"original": {
"owner": "cachix",
"repo": "pre-commit-hooks.nix",
"type": "github"
}
},
2022-12-18 17:01:34 +01:00
"root": {
"inputs": {
2023-03-05 10:48:43 +01:00
"flake-utils": "flake-utils",
2022-12-18 17:01:34 +01:00
"home-manager": "home-manager",
2023-01-20 10:46:28 +01:00
"hyprland": "hyprland",
2023-01-20 14:37:59 +01:00
"hyprpaper": "hyprpaper",
2023-01-09 13:00:09 +01:00
"nix-colors": "nix-colors",
"nix-index-database": "nix-index-database",
2023-02-21 22:35:56 +01:00
"nixos-hardware": "nixos-hardware",
2023-03-26 14:27:15 +02:00
"nixpkgs": "nixpkgs_2",
2023-02-23 15:18:55 +01:00
"nixvim": "nixvim",
2023-03-04 21:22:42 +01:00
"sops-nix": "sops-nix",
"xdph": "xdph"
}
},
"sops-nix": {
"inputs": {
2022-12-27 18:21:33 +01:00
"nixpkgs": [
"nixpkgs"
],
2023-03-06 18:07:49 +01:00
"nixpkgs-stable": "nixpkgs-stable_2"
},
"locked": {
2023-04-11 14:07:49 +02:00
"lastModified": 1681209176,
"narHash": "sha256-wyQokPpkNZnsl/bVf8m1428tfA0hJ0w/qexq4EizhTc=",
"owner": "Mic92",
"repo": "sops-nix",
2023-04-11 14:07:49 +02:00
"rev": "00d5fd73756d424de5263b92235563bc06f2c6e1",
"type": "github"
},
"original": {
"owner": "Mic92",
"repo": "sops-nix",
"type": "github"
2022-12-18 17:01:34 +01:00
}
},
2023-04-11 14:07:49 +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"
}
},
2022-12-18 17:01:34 +01:00
"utils": {
"locked": {
2023-04-06 22:31:45 +02:00
"lastModified": 1678901627,
"narHash": "sha256-U02riOqrKKzwjsxc/400XnElV+UtPUQWpANPlyazjH0=",
2022-12-18 17:01:34 +01:00
"owner": "numtide",
"repo": "flake-utils",
2023-04-06 22:31:45 +02:00
"rev": "93a2b84fc4b70d9e089d029deacc3583435c2ed6",
2022-12-18 17:01:34 +01:00
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "flake-utils",
"type": "github"
}
2023-01-20 10:46:28 +01:00
},
"wlroots": {
"flake": false,
"locked": {
"host": "gitlab.freedesktop.org",
2023-04-06 22:31:45 +02:00
"lastModified": 1680810405,
"narHash": "sha256-LmI/4Yp/pOOoI4RxLRx9I90NBsiqdRLVOfbATKlgpkg=",
2023-01-20 10:46:28 +01:00
"owner": "wlroots",
"repo": "wlroots",
2023-04-06 22:31:45 +02:00
"rev": "7abda952d0000b72d240fe1d41457b9288f0b6e5",
2023-01-20 10:46:28 +01:00
"type": "gitlab"
},
"original": {
"host": "gitlab.freedesktop.org",
"owner": "wlroots",
"repo": "wlroots",
"type": "gitlab"
}
},
"xdph": {
"inputs": {
2023-03-26 14:27:15 +02:00
"hyprland-protocols": "hyprland-protocols_2",
"nixpkgs": "nixpkgs_3"
2023-01-20 10:46:28 +01:00
},
"locked": {
2023-04-11 14:07:49 +02:00
"lastModified": 1681127512,
"narHash": "sha256-vklOOhBj5W8fii6yN4L2WY5ZeifBmsq3+mJ2wC1Pk9U=",
2023-01-20 10:46:28 +01:00
"owner": "hyprwm",
"repo": "xdg-desktop-portal-hyprland",
2023-04-11 14:07:49 +02:00
"rev": "04f579377a32781ce57c9cf4ba2a5bcb7f53fa97",
2023-01-20 10:46:28 +01:00
"type": "github"
},
"original": {
"owner": "hyprwm",
"repo": "xdg-desktop-portal-hyprland",
"type": "github"
}
2022-12-18 17:01:34 +01:00
}
},
"root": "root",
"version": 7
}