aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXe Iaso <me@christine.website>2022-08-18 00:10:23 +0000
committerXe Iaso <me@christine.website>2022-08-18 00:10:23 +0000
commit0795271d3ca9c5fb1a0bb636b392db0c15b0db2f (patch)
treeba86087cb115541b69601da3cf924bf5f073de1a
parent567f451e620f8dbe10b93f4e0f87e207ffc66e40 (diff)
downloadxesite-0795271d3ca9c5fb1a0bb636b392db0c15b0db2f.tar.xz
xesite-0795271d3ca9c5fb1a0bb636b392db0c15b0db2f.zip
fix builds
Signed-off-by: Xe Iaso <me@christine.website>
-rw-r--r--default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/default.nix b/default.nix
index 1f8021b..9cdec71 100644
--- a/default.nix
+++ b/default.nix
@@ -26,7 +26,7 @@ let
config = stdenv.mkDerivation {
pname = "xesite-config";
version = "HEAD";
- buildInputs = [ dhallpkgs.dhall-simple ];
+ buildInputs = [ pkgs.dhall ];
phases = "installPhase";