diff options
author | EuAndreh <eu@euandre.org> | 2020-11-14 09:21:20 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2020-11-14 09:29:28 -0300 |
commit | d54b232f1c316899508377d65b71014758196bc8 (patch) | |
tree | d90b27fea1ff10e06c1fab20640af415eaed3729 /locale | |
parent | Nix and Bash TIL: Fix LOGS_PREFIX -> LOGS_DIR (diff) | |
download | euandre.org-d54b232f1c316899508377d65b71014758196bc8.tar.gz euandre.org-d54b232f1c316899508377d65b71014758196bc8.tar.xz |
Replace links to git.sr.ht/~euandreh to git.euandreh.xyz
Diffstat (limited to '')
6 files changed, 240 insertions, 102 deletions
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 "" |