switch from niv to flake

This commit is contained in:
illustris
2022-07-25 12:44:31 +05:30
parent a9d83b0cd0
commit 773b973a9f
9 changed files with 64 additions and 250 deletions

View File

@@ -1,5 +1,10 @@
(self: super: {
dwm = super.dwm.overrideAttrs (oldAttrs: {
src = /home/illustris/src/dwm;
src = self.pkgs.fetchFromGitHub {
owner = "illustris";
repo = "dwm";
rev = "7df55abebad6a70236a6d6fc62fd475476fd77f6";
hash = "sha256-Cfdv+r271etL5nYkd4U2nRE/zCW7PaHkDC11eeGqLy4=";
};
});
})

View File

@@ -1,5 +1,10 @@
(self: super: {
st = super.st.overrideAttrs (oldAttrs: {
src = /home/illustris/src/st;
src = self.pkgs.fetchFromGitHub {
owner = "illustris";
repo = "st";
rev = "e81a0418d6333127e7b8b7c3690ea18fc3278f73";
hash = "sha256-hyvR0AeyuHoT0ijLFYDpcVAGGUrw1rk2CBAeUwuZ8IA=";
};
});
})