switch from niv to flake
This commit is contained in:
@@ -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=";
|
||||
};
|
||||
});
|
||||
})
|
||||
|
||||
@@ -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=";
|
||||
};
|
||||
});
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user