| 15 Feb 2024 |
dustee | * could i maybe extend my flake with hydraJob and then target the flake repo with hydra? but still dont know what to put in the hydraJob | 09:19:19 |
magic_rb | In reply to @dustee:matrix.org could i maybe extend my flake with hydraJob somehow? but still dont know what to put in there Just put nixosConfigurations.yourhost.config.system.build.toplevel there into an attrset at the yourhost key | 09:22:13 |
dustee | thanks, just need to figure out how to do that with flake-parts ... | 09:45:05 |
dustee | i think it works but im getting a bunch of forbidden in restricted mode errors, is it possible to disable restricted mode in hydra? | 10:35:11 |
dustee | * i think it works but im getting a bunch of forbidden in restricted mode errors when its trying to pull in inputs, is it possible to disable restricted mode in hydra? | 10:35:40 |
dustee | * i think it works but im getting a bunch of forbidden in restricted mode errors. i already once had this problem and fixed it with allowed-uris = ["github:" "git+" "path:"]; but now again this url is problematic error: access to URI 'git+https://.... | 10:39:16 |
dustee | * i think it works but im getting a bunch of forbidden in restricted mode errors. i already once had this problem and fixed it with allowed-uris = ["github:" "git+" "path:"]; but now again this uri is problematic error: access to URI 'git+https://.... | 10:39:30 |
dustee | * i think it works but im getting a bunch of forbidden in restricted mode errors. i already once had this problem and fixed it with allowed-uris = ["github:" "git+" "path:"]; but now again this uri is problematic error: access to URI 'git+https://....?ref=main&rev=43d1?ref=main&rev=43d1... | 10:41:53 |
dustee | * i think it works but im getting a bunch of forbidden in restricted mode errors. i already once had this problem and fixed it with allowed-uris = ["github:" "git+" "path:"]; but now again this uri is problematic error: access to URI 'git+https://....?ref=main&rev=43d1?ref=main&rev=43d1... is forbidden in restricted mode | 10:42:11 |
dustee | * i think it works but im getting a bunch of forbidden in restricted mode errors. i already once had this problem and fixed it with allowed-uris = ["github:" "git+" "path:"]; but now again this uri is problematic error: access to URI 'git+https://....?ref=main&rev=43d1... is forbidden in restricted mode | 10:42:40 |
dustee | * i think it works but im getting a bunch of forbidden in restricted mode errors. i already once had this problem and fixed it with allowed-uris = ["github:" "git+" "path:"]; but now again this uri is problematic error: access to URI 'git+https://....?ref=main&rev=43d1... is forbidden in restricted mode. And this command works nix build --restrict-eval /nix/config#nixosConfigurations.myhost.config.system.build.toplevel | 11:19:03 |