Sridhar Ratnakumar
Sridhar Ratnakumar
There appears to be a fix in this PR https://github.com/well-typed/ixset-typed/pull/4
I'll check this after doing https://github.com/juspay/nix-browser/issues/125
> Or you could use https://github.com/hercules-ci/flake-compat-ci, even if it's a stop-gap solution. Okay, trying that: https://github.com/srid/haskell.page/commit/81568655b33c3673c29ac2784a01f4d2de61ae2c Still the same issue: https://hercules-ci.com/github/srid/haskell.page/jobs/12
I applied this in https://github.com/srid/haskell.page/commit/7a105d260227129f68f87f00051a61b686375b7a Result: https://hercules-ci.com/github/srid/haskell.page/jobs/15 Effects still not showing up, and there is also:
Better, ```nix '' nix copy ${self} --to ssh://${host} nix copy ${self.darwinConfigurations.${machine}.system} --to ssh://${host} ssh -t ${host} "${self.darwinConfigurations.${machine}.system}/sw/bin/darwin-rebuild switch --flake ${self}#${machine}" ''; ```
This PR now targets the `develop` branch.
@TristanCacqueray Have you tested it to work? Because it is not working for me:
Something's still off, because the "Paste Image" part repeats at the end.
@TristanCacqueray It would be good to merge this, after that issue above (https://github.com/srid/emanote/pull/529#issuecomment-2018733384) is resolved.
Related: #529