Base home configuration works
This commit is contained in:
parent
03727d9984
commit
22a6fd34e1
4 changed files with 52 additions and 9 deletions
|
@ -39,7 +39,7 @@ let
|
|||
src = pkgs.fetchFromGitHub {
|
||||
owner = pname;
|
||||
repo = pname;
|
||||
rev = "v${version}";
|
||||
rev = rev;
|
||||
sha256 = "sha256-xjfYdwDNp2Ak7t0dfp0SWJcFVve2iDcEKzDukcxVmzI=";
|
||||
# sha256 = lib.fakeSha256;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue