| 21 Oct 2021 |
@aynish:sealight.xyz | hey I'm trying to get agenix to work in a user profile but I'm not sure how to pass self in the arguments to the profile. I'm imprting it from my host file with imports. What am I missing? This is the error from nixos-rebuild `error: attribute 'self' missing
at /nix/store/0r0xrqj5l88071cama7hlha5ajya06c8-source/lib/modules.nix:305:28:
304| builtins.addErrorContext (context name)
305| (args.${name} or config._module.args.${name})
| ^
306| ) (lib.functionArgs f);
(use '--show-trace' to show detailed location information)` | 12:30:33 |
@aynish:sealight.xyz | * hey I'm trying to get agenix to work in a user profile but I'm not sure how to pass self in the arguments to the profile. I'm imprting it from my host file with imports. What am I missing? This is the error from nixos-rebuild
`error: attribute 'self' missing
at /nix/store/0r0xrqj5l88071cama7hlha5ajya06c8-source/lib/modules.nix:305:28:
304| builtins.addErrorContext (context name)
305| (args.${name} or config._module.args.${name})
| ^
306| ) (lib.functionArgs f);
(use '--show-trace' to show detailed location information)` | 12:30:56 |
@aynish:sealight.xyz | * hey I'm trying to get agenix to work in a user profile but I'm not sure how to pass self in the arguments to the profile. I'm imprting it from my host file with imports. What am I missing? This is the error from nixos-rebuild
`error: attribute 'self' missing
at /nix/store/0r0xrqj5l88071cama7hlha5ajya06c8-source/lib/modules.nix:305:28:
304| builtins.addErrorContext (context name)
305| (args.${name} or config._module.args.${name})
| ^
306| ) (lib.functionArgs f);
(use '--show-trace' to show detailed location information)` | 12:31:46 |
@aynish:sealight.xyz | * hey I'm trying to get agenix to work in a user profile but I'm not sure how to pass self in the arguments to the profile. I'm imprting it from my host file with imports. What am I missing? This is the error from nixos-rebuild
`
error: attribute 'self' missing
at /nix/store/0r0xrqj5l88071cama7hlha5ajya06c8-source/lib/modules.nix:305:28:
304| builtins.addErrorContext (context name)
305| (args.${name} or config._module.args.${name})
| ^
306| ) (lib.functionArgs f);
(use '--show-trace' to show detailed location information)
` | 12:31:57 |
@timdeh:matrix.org | where are you getting self from? It should be available as a module argument, similar to pkgs or config like so: { self, ... }: at the top of the file. | 15:55:37 |
@timdeh:matrix.org | ^^ aynish | 15:58:24 |
@teutat3s:pub.solar | Who can push an update to the devos gh-pages branch so the docs get the latest changes to the new default branch main? | 17:02:54 |
@teutat3s:pub.solar | * Who can push an update to the devos gh-pages branch so the docs get the latest changes abd links point the new default branch main? | 17:06:14 |
@teutat3s:pub.solar | * Who can push an update to the devos gh-pages branch so the docs get the latest changes abd links point to the new default branch main? | 17:06:18 |
@teutat3s:pub.solar | * Who can push an update to the devos gh-pages branch so the docs get the latest changes and links point to the new default branch main? | 17:06:26 |
@timdeh:matrix.org | It should push automatically from CI | 17:07:39 |
@timdeh:matrix.org | at least that's how I originally set it up, hopefully it is not broken | 17:07:55 |
@teutat3s:pub.solar | nrdxp: thanks, maybe it didn't trigger because of the branch name change? | 17:11:45 |
@timdeh:matrix.org | are we talking devos or digga docs? | 17:13:56 |
@teutat3s:pub.solar | devos | 17:14:02 |
@teutat3s:pub.solar | https://devos.divnix.com/start/index.html e.g. here we still point to master | 17:14:34 |
@timdeh:matrix.org | It appears to be working:
https://github.com/divnix/devos/actions/workflows/mdbook_docs.yml | 17:14:35 |
@timdeh:matrix.org | oh that is strange, it is reflected in repo:
https://github.com/divnix/devos/blob/main/doc/start/index.md | 17:16:28 |
@timdeh:matrix.org | ah here is the problem:
https://github.com/divnix/devos/blob/main/.github/workflows/mdbook_docs.yml | 17:16:59 |
@timdeh:matrix.org | * ah here is the problem:
https://github.com/divnix/devos/blob/main/.github/workflows/mdbook_docs.yml#L6 | 17:17:19 |
@teutat3s:pub.solar | https://github.com/divnix/devos/pull/391 | 21:53:55 |
| 22 Oct 2021 |
@gytis-ivaskevicius:matrix.org | https://discourse.nixos.org/t/flakes-nix3-0-issues/15626 | 10:11:17 |
@gytis-ivaskevicius:matrix.org | *would be nice if you guys were to point out things that would like to be changed as well | 10:58:01 |
@timdeh:matrix.org | I've been sort of diswayed from worrying about this too much after being in a RFC meeting where it was said that, "the flake.nix format will not change" 😞 | 20:26:28 |
@timdeh:matrix.org | (by a certain prominent developer) | 20:26:58 |
| 23 Oct 2021 |
| @meccine:matrix.org left the room. | 02:03:59 |
| @meccine:matrix.org joined the room. | 02:04:31 |
b12f | Is there a way to do a nixos-rebuild from a non-nixos live USB stick on mounted volumes? | 11:42:34 |
| genadij.udarov joined the room. | 12:27:16 |
b12f | Also, are secrets in /secrets double encrypted by default if using agenix? I don't see an exception in .gitattributes for .age files | 12:49:50 |