use newer wand which internally handles this fix
This commit is contained in:
parent
e7ea034022
commit
fa27f6720d
@ -2,7 +2,7 @@
|
|||||||
callPackage,
|
callPackage,
|
||||||
wandardFrontUtils ? callPackage (builtins.fetchGit {
|
wandardFrontUtils ? callPackage (builtins.fetchGit {
|
||||||
url = https://git.wizbos.club/wizbos-pub/wand-front-utils.git;
|
url = https://git.wizbos.club/wizbos-pub/wand-front-utils.git;
|
||||||
rev = "c05fd94028d6023b3d4debf0c1d2bece2c547df5";
|
rev = "e0e3b70e78d458e79df069ac654a558de985f162";
|
||||||
}) {},
|
}) {},
|
||||||
...
|
...
|
||||||
}:
|
}:
|
||||||
|
1
result
Symbolic link
1
result
Symbolic link
@ -0,0 +1 @@
|
|||||||
|
/nix/store/z2sy0d39smcgmpp5wqwny4zvjc2adavn-gen2.space
|
@ -1,5 +1,3 @@
|
|||||||
document.body.innerHTML = ''
|
|
||||||
|
|
||||||
const { Elm } = require('./Main.elm');
|
const { Elm } = require('./Main.elm');
|
||||||
|
|
||||||
Elm.Main.init({});
|
Elm.Main.init({});
|
||||||
|
Loading…
Reference in New Issue
Block a user