Update flake.nix
This commit is contained in:
parent
add3737ab3
commit
3cf473417e
1 changed files with 1 additions and 1 deletions
|
|
@ -94,7 +94,7 @@ fi
|
|||
mireaweek = pkgs.stdenv.mkDerivation rec {
|
||||
pname = "mireaweek";
|
||||
version = "0.2.0";
|
||||
src = ${self}/weekday.hs;
|
||||
src = "${self}/weekday.hs";
|
||||
dontInstall = true;
|
||||
dontUnpack = true;
|
||||
nativeBuildInputs = [pkgs.ghc];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue