Bruno Bigras
Bruno Bigras
I'm using 2cda5cd30bc7c56240a1a91ec8d44c6d5222ee17 I was using: ```nix home.persistence."/persist/home/bbigras" = { directories = [ ".dropbox-dist" ".dropbox-hm" ]; ``` switching them to `environment.persistence."/persist".directories` seems to work. journalctl ``` déc 29 17:28:24 laptop...
mutagen dfc844f597db911f4231d09c266a1462a9240cfd nightly-x86_64-unknown-linux-gnu (default) rustc 1.28.0-nightly (e3bf634e0 2018-06-28) This builds without the `#[cfg_attr(test, mutate)]`. ```rust enum One { Value(f64), } impl One { #[cfg_attr(test, mutate)] fn something(&self) -> f64 {...
75f61450 (for moth mutagen and mutagen-plugin) rustc 1.28.0-nightly (e3bf634e0 2018-06-28) ``` error[E0023]: this pattern has 2 fields, but the corresponding tuple variant has 1 field --> /home/bbigras/.cargo/git/checkouts/mutagen-970aecd63f482776/75f6145/plugin/src/lib.rs:1161:9 | 1161 |...
I'm trying to run it on NixOS. I added the `"nix": "nix run nixpkgs.electron_6 -c electron ."` part of https://github.com/cabal-club/cabal-desktop/pull/245 ``` [nix-shell:~/tmp/cabal-desktop]$ yarn nix yarn run v1.22.4 $ nix run...
Not sure if this is supposed to be supported or not. ```sh nix shell "nixpkgs#nodejs" npx create-next-app@latest test-next-dream cd test-next-dream rm -rf node_modules nix flake init -t github:nix-community/dream2nix#simple nix eval...
**Describe the bug** ``` Terraform v0.14.4 Configuring remote state backend... Initializing Terraform configuration... tls_private_key.state_ssh_key: Refreshing state... [id=73c4bc5aee756477cd0e5329a0217a5d5538bed7] local_file.machine_ssh_key: Refreshing state... [id=403f29bde18a7b04fbb51d277140357369628b1f] aws_key_pair.generated_key: Refreshing state... [id=generated-key-597bc4e3ec93b09f8543849173beca0a55dd2c5ce00ad482b4ca79bde84c7732] aws_security_group.ssh_and_egress: Refreshing state... [id=sg-0ead032fef275ba39] aws_instance.machine:...
I think I need `--plugin-search-dir` to use `prettier-plugin-svelte`.
# Feature request ## Is your feature request related to a problem? Please describe. real-time all the things! ## Describe the solution you'd like ## Describe alternatives you've considered ##...