summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorstuebinm2024-05-06 14:09:17 +0200
committerstuebinm2024-05-06 14:09:46 +0200
commitbe3d05fb5e7dac20f6bbb7fcb783d5b2635ad8ad (patch)
treef0135bea4c5458f05a44935608517fd30f3ceb49
parent3f2cfd2f196ae827e92b2acddd8b48d006bd47ce (diff)
you wouldn't lick a nix store!
(can finally commit this bit now i guess)
-rw-r--r--inputs.nix5
-rw-r--r--npins/sources.json22
2 files changed, 27 insertions, 0 deletions
diff --git a/inputs.nix b/inputs.nix
index 50c4deb..0d2851c 100644
--- a/inputs.nix
+++ b/inputs.nix
@@ -30,6 +30,7 @@ let
(import sources.rust-overlay)
deploy-rs.overlay
(import ./pkgs/overlay.nix { inherit inputs; })
+ lix-overlay
];
} // { outPath = sources.nixpkgs.outPath; };
@@ -49,5 +50,9 @@ let
sops-nix = import "${sources.sops-nix}/modules/sops";
simple-nixos-mailserver = import sources.simple-nixos-mailserver;
+
+ lix-overlay = import "${sources.lix-nixos-module}/overlay.nix" {
+ lix = sources.lix;
+ };
};
in inputs
diff --git a/npins/sources.json b/npins/sources.json
index bf3ae39..6e0eb31 100644
--- a/npins/sources.json
+++ b/npins/sources.json
@@ -92,6 +92,28 @@
"url": null,
"hash": "129pizyyvxg7lzgk9pqn48a7brhyh5fv7vwzrs7wnhkp30hrpjq2"
},
+ "lix": {
+ "type": "Git",
+ "repository": {
+ "type": "Git",
+ "url": "git+ssh://git@git.lix.systems/lix-project/lix"
+ },
+ "branch": "main",
+ "revision": "7cffd7a3b550deb3b2780780fd0226cbc649da9b",
+ "url": null,
+ "hash": "16cr38cz7b4rzsqw01kmbh4vx2bkwxsanhn9n481vivm3i74wkn2"
+ },
+ "lix-nixos-module": {
+ "type": "Git",
+ "repository": {
+ "type": "Git",
+ "url": "git+ssh://git@git.lix.systems/lix-project/nixos-module"
+ },
+ "branch": "main",
+ "revision": "e31baf57680bab449ab5b40179cc4a08a99f5314",
+ "url": null,
+ "hash": "1qpgq280lsfiafq2sha8ln8jv7cdn4lfp3pjij9bqsmf369wdns3"
+ },
"nixpkgs": {
"type": "Git",
"repository": {