diff options
Diffstat (limited to '')
8 files changed, 261 insertions, 109 deletions
diff --git a/_articles/2019-06-02-using-nixos-as-an-stateless-workstation.md b/_articles/2019-06-02-using-nixos-as-an-stateless-workstation.md index 71ee181..9431d54 100644 --- a/_articles/2019-06-02-using-nixos-as-an-stateless-workstation.md +++ b/_articles/2019-06-02-using-nixos-as-an-stateless-workstation.md @@ -1,10 +1,17 @@ --- + title: Using NixOS as an stateless workstation + date: 2019-06-02 + layout: post + lang: en + ref: using-nixos-as-an-stateless-workstation + --- + Last week[^last-week] I changed back to an old[^old-computer] Samsung laptop, and installed [NixOS](https://nixos.org/) on it. @@ -112,10 +119,11 @@ taken. For my home profile and personal configuration I already have a few dozens of symlinks that I manage manually. This has worked so far, but -the solution is sometimes fragile and [not declarative at -all](https://git.sr.ht/~euandreh/dotfiles/tree/316939aa215181b1d22b69e94241eef757add98d/bash/symlinks.sh#L14-75). -I wonder if something like [GNU -Stow](https://www.gnu.org/software/stow/) can help me simplify this. +the solution is sometimes fragile and [not declarative at all][symlinks]. I +wonder if something like [GNU Stow][stow] can help me simplify this. + +[symlinks]: https://git.euandreh.xyz/dotfiles/tree/bash/symlinks.sh?id=316939aa215181b1d22b69e94241eef757add98d +[stow]: https://www.gnu.org/software/stow/ ## Conclusion diff --git a/_pastebins/2019-06-08-inconsistent-hash-of-buildgomodule.md b/_pastebins/2019-06-08-inconsistent-hash-of-buildgomodule.md index 8b1ebaa..3d5efb5 100644 --- a/_pastebins/2019-06-08-inconsistent-hash-of-buildgomodule.md +++ b/_pastebins/2019-06-08-inconsistent-hash-of-buildgomodule.md @@ -1,20 +1,26 @@ --- + title: Inconsistent hash of buildGoModule + date: 2019-06-08 + layout: pastebin + lang: en + --- + [FIXED](https://discourse.nixos.org/t/inconsistent-hash-of-buildgomodule/3127/2). The [commit that made this visible][0]. -[0]: https://git.sr.ht/~euandreh/vps/commit/6ba76140238b5e3c7009c201f9f80ac86063f438 +[0]: https://git.euandreh.xyz/vps/commit?id=6ba76140238b5e3c7009c201f9f80ac86063f438 ## Offending derivation: -[Full source code on sr.ht][1]: +[Full source code on the repository][1]: -[1]: https://git.sr.ht/~euandreh/vps/tree/6ba76140238b5e3c7009c201f9f80ac86063f438/default.nix#L3-15 +[1]: https://git.euandreh.xyz/vps/tree/default.nix?id=6ba76140238b5e3c7009c201f9f80ac86063f438#n3 ```nix terraform-godaddy = pkgs.buildGoModule rec { diff --git a/locale/eo/LC_MESSAGES/_articles/2019-06-02-using-nixos-as-an-stateless-workstation.po b/locale/eo/LC_MESSAGES/_articles/2019-06-02-using-nixos-as-an-stateless-workstation.po index e99d4e7..df36919 100644 --- a/locale/eo/LC_MESSAGES/_articles/2019-06-02-using-nixos-as-an-stateless-workstation.po +++ b/locale/eo/LC_MESSAGES/_articles/2019-06-02-using-nixos-as-an-stateless-workstation.po @@ -3,14 +3,6 @@ msgid "" msgstr "" msgid "" -"title: Using NixOS as an stateless workstation\n" -"date: 2019-06-02\n" -"layout: post\n" -"lang: en\n" -"ref: using-nixos-as-an-stateless-workstation" -msgstr "" - -msgid "" "Last week[^last-week] I changed back to an old[^old-computer] Samsung " "laptop, and installed [NixOS](https://nixos.org/) on it." msgstr "" @@ -149,15 +141,6 @@ msgstr "" msgid "GNU Stow" msgstr "" -msgid "" -"For my home profile and personal configuration I already have a few dozens " -"of symlinks that I manage manually. This has worked so far, but the solution" -" is sometimes fragile and [not declarative at " -"all](https://git.sr.ht/~euandreh/dotfiles/tree/316939aa215181b1d22b69e94241eef757add98d/bash/symlinks.sh#L14-75)." -" I wonder if something like [GNU Stow](https://www.gnu.org/software/stow/) " -"can help me simplify this." -msgstr "" - msgid "Conclusion" msgstr "" @@ -203,3 +186,44 @@ msgid "" " cd guix/\n" " git config sendemail.to guix-patches@gnu.org\n" msgstr "" + +msgid "title: Using NixOS as an stateless workstation" +msgstr "" + +msgid "date: 2019-06-02" +msgstr "" + +msgid "layout: post" +msgstr "" + +msgid "lang: en" +msgstr "" + +msgid "ref: using-nixos-as-an-stateless-workstation" +msgstr "" + +msgid "" +"For my home profile and personal configuration I already have a few dozens " +"of symlinks that I manage manually. This has worked so far, but the solution" +" is sometimes fragile and [not declarative at " +"all](https://git.euandreh.xyz/dotfiles/tree/bash/symlinks.sh?id=316939aa215181b1d22b69e94241eef757add98d)." +" I wonder if something like [GNU Stow](https://www.gnu.org/software/stow/) " +"can help me simplify this." +msgstr "" + +#~ msgid "" +#~ "title: Using NixOS as an stateless workstation\n" +#~ "date: 2019-06-02\n" +#~ "layout: post\n" +#~ "lang: en\n" +#~ "ref: using-nixos-as-an-stateless-workstation" +#~ msgstr "" + +#~ msgid "" +#~ "For my home profile and personal configuration I already have a few dozens " +#~ "of symlinks that I manage manually. This has worked so far, but the solution" +#~ " is sometimes fragile and [not declarative at " +#~ "all](https://git.sr.ht/~euandreh/dotfiles/tree/316939aa215181b1d22b69e94241eef757add98d/bash/symlinks.sh#L14-75)." +#~ " I wonder if something like [GNU Stow](https://www.gnu.org/software/stow/) " +#~ "can help me simplify this." +#~ msgstr "" diff --git a/locale/eo/LC_MESSAGES/_pastebins/2019-06-08-inconsistent-hash-of-buildgomodule.po b/locale/eo/LC_MESSAGES/_pastebins/2019-06-08-inconsistent-hash-of-buildgomodule.po index 02703f3..e669673 100644 --- a/locale/eo/LC_MESSAGES/_pastebins/2019-06-08-inconsistent-hash-of-buildgomodule.po +++ b/locale/eo/LC_MESSAGES/_pastebins/2019-06-08-inconsistent-hash-of-buildgomodule.po @@ -3,30 +3,13 @@ msgid "" msgstr "" msgid "" -"title: Inconsistent hash of buildGoModule\n" -"date: 2019-06-08\n" -"layout: pastebin\n" -"lang: en" -msgstr "" - -msgid "" "[FIXED](https://discourse.nixos.org/t/inconsistent-hash-of-" "buildgomodule/3127/2)." msgstr "" -msgid "" -"The [commit that made this " -"visible](https://git.sr.ht/~euandreh/vps/commit/6ba76140238b5e3c7009c201f9f80ac86063f438)." -msgstr "" - msgid "Offending derivation:" msgstr "" -msgid "" -"[Full source code on " -"sr.ht](https://git.sr.ht/~euandreh/vps/tree/6ba76140238b5e3c7009c201f9f80ac86063f438/default.nix#L3-15):" -msgstr "" - msgid "Local build:" msgstr "" @@ -1061,3 +1044,42 @@ msgid "" "copying path '/nix/store/63gjp25l4cmdkl63zy0rcgmsvd2p2p34-terraform-0.11.14' from 'https://cache.nixos.org'...\n" "error: build of '/nix/store/9drkn1qxkkcrz5g3413lpmbc2xysa582-terraform-0.11.14.drv', '/nix/store/w4ghinrmpq524k3617ikfc8i42aa0dbb-terraform-godaddy-1.6.4.drv' failed\n" msgstr "" + +msgid "title: Inconsistent hash of buildGoModule" +msgstr "" + +msgid "date: 2019-06-08" +msgstr "" + +msgid "layout: pastebin" +msgstr "" + +msgid "lang: en" +msgstr "" + +msgid "" +"The [commit that made this " +"visible](https://git.euandreh.xyz/vps/commit?id=6ba76140238b5e3c7009c201f9f80ac86063f438)." +msgstr "" + +msgid "" +"[Full source code on " +"sr.ht](https://git.euandreh.xyz/vps/tree/default.nix?id=6ba76140238b5e3c7009c201f9f80ac86063f438#n3):" +msgstr "" + +#~ msgid "" +#~ "title: Inconsistent hash of buildGoModule\n" +#~ "date: 2019-06-08\n" +#~ "layout: pastebin\n" +#~ "lang: en" +#~ msgstr "" + +#~ msgid "" +#~ "The [commit that made this " +#~ "visible](https://git.sr.ht/~euandreh/vps/commit/6ba76140238b5e3c7009c201f9f80ac86063f438)." +#~ msgstr "" + +#~ msgid "" +#~ "[Full source code on " +#~ "sr.ht](https://git.sr.ht/~euandreh/vps/tree/6ba76140238b5e3c7009c201f9f80ac86063f438/default.nix#L3-15):" +#~ msgstr "" diff --git a/locale/fr/LC_MESSAGES/_articles/2019-06-02-using-nixos-as-an-stateless-workstation.po b/locale/fr/LC_MESSAGES/_articles/2019-06-02-using-nixos-as-an-stateless-workstation.po index e99d4e7..df36919 100644 --- a/locale/fr/LC_MESSAGES/_articles/2019-06-02-using-nixos-as-an-stateless-workstation.po +++ b/locale/fr/LC_MESSAGES/_articles/2019-06-02-using-nixos-as-an-stateless-workstation.po @@ -3,14 +3,6 @@ msgid "" msgstr "" msgid "" -"title: Using NixOS as an stateless workstation\n" -"date: 2019-06-02\n" -"layout: post\n" -"lang: en\n" -"ref: using-nixos-as-an-stateless-workstation" -msgstr "" - -msgid "" "Last week[^last-week] I changed back to an old[^old-computer] Samsung " "laptop, and installed [NixOS](https://nixos.org/) on it." msgstr "" @@ -149,15 +141,6 @@ msgstr "" msgid "GNU Stow" msgstr "" -msgid "" -"For my home profile and personal configuration I already have a few dozens " -"of symlinks that I manage manually. This has worked so far, but the solution" -" is sometimes fragile and [not declarative at " -"all](https://git.sr.ht/~euandreh/dotfiles/tree/316939aa215181b1d22b69e94241eef757add98d/bash/symlinks.sh#L14-75)." -" I wonder if something like [GNU Stow](https://www.gnu.org/software/stow/) " -"can help me simplify this." -msgstr "" - msgid "Conclusion" msgstr "" @@ -203,3 +186,44 @@ msgid "" " cd guix/\n" " git config sendemail.to guix-patches@gnu.org\n" msgstr "" + +msgid "title: Using NixOS as an stateless workstation" +msgstr "" + +msgid "date: 2019-06-02" +msgstr "" + +msgid "layout: post" +msgstr "" + +msgid "lang: en" +msgstr "" + +msgid "ref: using-nixos-as-an-stateless-workstation" +msgstr "" + +msgid "" +"For my home profile and personal configuration I already have a few dozens " +"of symlinks that I manage manually. This has worked so far, but the solution" +" is sometimes fragile and [not declarative at " +"all](https://git.euandreh.xyz/dotfiles/tree/bash/symlinks.sh?id=316939aa215181b1d22b69e94241eef757add98d)." +" I wonder if something like [GNU Stow](https://www.gnu.org/software/stow/) " +"can help me simplify this." +msgstr "" + +#~ msgid "" +#~ "title: Using NixOS as an stateless workstation\n" +#~ "date: 2019-06-02\n" +#~ "layout: post\n" +#~ "lang: en\n" +#~ "ref: using-nixos-as-an-stateless-workstation" +#~ msgstr "" + +#~ msgid "" +#~ "For my home profile and personal configuration I already have a few dozens " +#~ "of symlinks that I manage manually. This has worked so far, but the solution" +#~ " is sometimes fragile and [not declarative at " +#~ "all](https://git.sr.ht/~euandreh/dotfiles/tree/316939aa215181b1d22b69e94241eef757add98d/bash/symlinks.sh#L14-75)." +#~ " I wonder if something like [GNU Stow](https://www.gnu.org/software/stow/) " +#~ "can help me simplify this." +#~ msgstr "" diff --git a/locale/fr/LC_MESSAGES/_pastebins/2019-06-08-inconsistent-hash-of-buildgomodule.po b/locale/fr/LC_MESSAGES/_pastebins/2019-06-08-inconsistent-hash-of-buildgomodule.po index 02703f3..e669673 100644 --- a/locale/fr/LC_MESSAGES/_pastebins/2019-06-08-inconsistent-hash-of-buildgomodule.po +++ b/locale/fr/LC_MESSAGES/_pastebins/2019-06-08-inconsistent-hash-of-buildgomodule.po @@ -3,30 +3,13 @@ msgid "" msgstr "" msgid "" -"title: Inconsistent hash of buildGoModule\n" -"date: 2019-06-08\n" -"layout: pastebin\n" -"lang: en" -msgstr "" - -msgid "" "[FIXED](https://discourse.nixos.org/t/inconsistent-hash-of-" "buildgomodule/3127/2)." msgstr "" -msgid "" -"The [commit that made this " -"visible](https://git.sr.ht/~euandreh/vps/commit/6ba76140238b5e3c7009c201f9f80ac86063f438)." -msgstr "" - msgid "Offending derivation:" msgstr "" -msgid "" -"[Full source code on " -"sr.ht](https://git.sr.ht/~euandreh/vps/tree/6ba76140238b5e3c7009c201f9f80ac86063f438/default.nix#L3-15):" -msgstr "" - msgid "Local build:" msgstr "" @@ -1061,3 +1044,42 @@ msgid "" "copying path '/nix/store/63gjp25l4cmdkl63zy0rcgmsvd2p2p34-terraform-0.11.14' from 'https://cache.nixos.org'...\n" "error: build of '/nix/store/9drkn1qxkkcrz5g3413lpmbc2xysa582-terraform-0.11.14.drv', '/nix/store/w4ghinrmpq524k3617ikfc8i42aa0dbb-terraform-godaddy-1.6.4.drv' failed\n" msgstr "" + +msgid "title: Inconsistent hash of buildGoModule" +msgstr "" + +msgid "date: 2019-06-08" +msgstr "" + +msgid "layout: pastebin" +msgstr "" + +msgid "lang: en" +msgstr "" + +msgid "" +"The [commit that made this " +"visible](https://git.euandreh.xyz/vps/commit?id=6ba76140238b5e3c7009c201f9f80ac86063f438)." +msgstr "" + +msgid "" +"[Full source code on " +"sr.ht](https://git.euandreh.xyz/vps/tree/default.nix?id=6ba76140238b5e3c7009c201f9f80ac86063f438#n3):" +msgstr "" + +#~ msgid "" +#~ "title: Inconsistent hash of buildGoModule\n" +#~ "date: 2019-06-08\n" +#~ "layout: pastebin\n" +#~ "lang: en" +#~ msgstr "" + +#~ msgid "" +#~ "The [commit that made this " +#~ "visible](https://git.sr.ht/~euandreh/vps/commit/6ba76140238b5e3c7009c201f9f80ac86063f438)." +#~ msgstr "" + +#~ msgid "" +#~ "[Full source code on " +#~ "sr.ht](https://git.sr.ht/~euandreh/vps/tree/6ba76140238b5e3c7009c201f9f80ac86063f438/default.nix#L3-15):" +#~ msgstr "" diff --git a/locale/pt/LC_MESSAGES/_articles/2019-06-02-using-nixos-as-an-stateless-workstation.po b/locale/pt/LC_MESSAGES/_articles/2019-06-02-using-nixos-as-an-stateless-workstation.po index e99d4e7..df36919 100644 --- a/locale/pt/LC_MESSAGES/_articles/2019-06-02-using-nixos-as-an-stateless-workstation.po +++ b/locale/pt/LC_MESSAGES/_articles/2019-06-02-using-nixos-as-an-stateless-workstation.po @@ -3,14 +3,6 @@ msgid "" msgstr "" msgid "" -"title: Using NixOS as an stateless workstation\n" -"date: 2019-06-02\n" -"layout: post\n" -"lang: en\n" -"ref: using-nixos-as-an-stateless-workstation" -msgstr "" - -msgid "" "Last week[^last-week] I changed back to an old[^old-computer] Samsung " "laptop, and installed [NixOS](https://nixos.org/) on it." msgstr "" @@ -149,15 +141,6 @@ msgstr "" msgid "GNU Stow" msgstr "" -msgid "" -"For my home profile and personal configuration I already have a few dozens " -"of symlinks that I manage manually. This has worked so far, but the solution" -" is sometimes fragile and [not declarative at " -"all](https://git.sr.ht/~euandreh/dotfiles/tree/316939aa215181b1d22b69e94241eef757add98d/bash/symlinks.sh#L14-75)." -" I wonder if something like [GNU Stow](https://www.gnu.org/software/stow/) " -"can help me simplify this." -msgstr "" - msgid "Conclusion" msgstr "" @@ -203,3 +186,44 @@ msgid "" " cd guix/\n" " git config sendemail.to guix-patches@gnu.org\n" msgstr "" + +msgid "title: Using NixOS as an stateless workstation" +msgstr "" + +msgid "date: 2019-06-02" +msgstr "" + +msgid "layout: post" +msgstr "" + +msgid "lang: en" +msgstr "" + +msgid "ref: using-nixos-as-an-stateless-workstation" +msgstr "" + +msgid "" +"For my home profile and personal configuration I already have a few dozens " +"of symlinks that I manage manually. This has worked so far, but the solution" +" is sometimes fragile and [not declarative at " +"all](https://git.euandreh.xyz/dotfiles/tree/bash/symlinks.sh?id=316939aa215181b1d22b69e94241eef757add98d)." +" I wonder if something like [GNU Stow](https://www.gnu.org/software/stow/) " +"can help me simplify this." +msgstr "" + +#~ msgid "" +#~ "title: Using NixOS as an stateless workstation\n" +#~ "date: 2019-06-02\n" +#~ "layout: post\n" +#~ "lang: en\n" +#~ "ref: using-nixos-as-an-stateless-workstation" +#~ msgstr "" + +#~ msgid "" +#~ "For my home profile and personal configuration I already have a few dozens " +#~ "of symlinks that I manage manually. This has worked so far, but the solution" +#~ " is sometimes fragile and [not declarative at " +#~ "all](https://git.sr.ht/~euandreh/dotfiles/tree/316939aa215181b1d22b69e94241eef757add98d/bash/symlinks.sh#L14-75)." +#~ " I wonder if something like [GNU Stow](https://www.gnu.org/software/stow/) " +#~ "can help me simplify this." +#~ msgstr "" diff --git a/locale/pt/LC_MESSAGES/_pastebins/2019-06-08-inconsistent-hash-of-buildgomodule.po b/locale/pt/LC_MESSAGES/_pastebins/2019-06-08-inconsistent-hash-of-buildgomodule.po index 02703f3..e669673 100644 --- a/locale/pt/LC_MESSAGES/_pastebins/2019-06-08-inconsistent-hash-of-buildgomodule.po +++ b/locale/pt/LC_MESSAGES/_pastebins/2019-06-08-inconsistent-hash-of-buildgomodule.po @@ -3,30 +3,13 @@ msgid "" msgstr "" msgid "" -"title: Inconsistent hash of buildGoModule\n" -"date: 2019-06-08\n" -"layout: pastebin\n" -"lang: en" -msgstr "" - -msgid "" "[FIXED](https://discourse.nixos.org/t/inconsistent-hash-of-" "buildgomodule/3127/2)." msgstr "" -msgid "" -"The [commit that made this " -"visible](https://git.sr.ht/~euandreh/vps/commit/6ba76140238b5e3c7009c201f9f80ac86063f438)." -msgstr "" - msgid "Offending derivation:" msgstr "" -msgid "" -"[Full source code on " -"sr.ht](https://git.sr.ht/~euandreh/vps/tree/6ba76140238b5e3c7009c201f9f80ac86063f438/default.nix#L3-15):" -msgstr "" - msgid "Local build:" msgstr "" @@ -1061,3 +1044,42 @@ msgid "" "copying path '/nix/store/63gjp25l4cmdkl63zy0rcgmsvd2p2p34-terraform-0.11.14' from 'https://cache.nixos.org'...\n" "error: build of '/nix/store/9drkn1qxkkcrz5g3413lpmbc2xysa582-terraform-0.11.14.drv', '/nix/store/w4ghinrmpq524k3617ikfc8i42aa0dbb-terraform-godaddy-1.6.4.drv' failed\n" msgstr "" + +msgid "title: Inconsistent hash of buildGoModule" +msgstr "" + +msgid "date: 2019-06-08" +msgstr "" + +msgid "layout: pastebin" +msgstr "" + +msgid "lang: en" +msgstr "" + +msgid "" +"The [commit that made this " +"visible](https://git.euandreh.xyz/vps/commit?id=6ba76140238b5e3c7009c201f9f80ac86063f438)." +msgstr "" + +msgid "" +"[Full source code on " +"sr.ht](https://git.euandreh.xyz/vps/tree/default.nix?id=6ba76140238b5e3c7009c201f9f80ac86063f438#n3):" +msgstr "" + +#~ msgid "" +#~ "title: Inconsistent hash of buildGoModule\n" +#~ "date: 2019-06-08\n" +#~ "layout: pastebin\n" +#~ "lang: en" +#~ msgstr "" + +#~ msgid "" +#~ "The [commit that made this " +#~ "visible](https://git.sr.ht/~euandreh/vps/commit/6ba76140238b5e3c7009c201f9f80ac86063f438)." +#~ msgstr "" + +#~ msgid "" +#~ "[Full source code on " +#~ "sr.ht](https://git.sr.ht/~euandreh/vps/tree/6ba76140238b5e3c7009c201f9f80ac86063f438/default.nix#L3-15):" +#~ msgstr "" |