-
Notifications
You must be signed in to change notification settings - Fork 108
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
flk install broken since 3 days worth of nix update #204
Comments
Was closed upstream by NixOS/nixpkgs#116807 |
So can we close this issue then? |
I think, by an |
202: iso: avoid systemd service startup r=nrdxp a=blaggacao fixes #194 alternative to #197 # Manual Tests <details> <summary>was unrelated</summary> - [ ] `flk install NixOS --impure` correctly onto `/mnt` ❎ (looks like no profile is present) Issue: #204 Upstream Issue: NixOS/nixpkgs#116938 </details> - [x] acceptable build time / closure size ca 850MB (for a simple base OS) ✔️ - [x] local profile with `cage` service is disabled, that is: boots into terminal ✔️ - [x] success: air gapped / offline devshell enter ✔️ - [ ] failure: aire gapped target install: ← non blocking bonus item ❎ ```console $ flk install POS warning: you don't have internet access; disabling some network-dependent features building the flake in path:/iso/devos?narHash=sha265-... warning: you don't have internet access; disabling some network-dependent features error: unable to download 'https://api.github.com/repos/NixOS/nixpkgs/df8e3...': Couldn't resolve host name (6) ``` → detailed rationale in the commit messages :heart: @Pacman99 for the excellent and detailed discussions in #197 and the may ideas, suggestions and code. Co-authored-by: David Arnold <dar@xoe.solutions>
I think my issue is related. How can one manually update? For instance I'm getting:
I see that flk switch is just:
So that gives:
I think this:
So... nixos-rebuild is broken for me? I think I can do a build and then switch to it in this case maybe? I'm not totally sure how to get out of this state. |
Yeah I think there was a PR merged to update nixUnstable which now has a deprecated alias for |
If the update broke |
Looks like it pays out well to have a |
If someone is looking for a workaround for |
This was a temporary issue. |
NixOS/nix#4613 (comment)
https://github.com/NixOS/nixpkgs/blob/e30d87f22237fe25618136eb9f818ecefaeb02a9/nixos/modules/installer/tools/nixos-install.sh#L128
nix flake info
->nix flake metadata
Until upstream implements an anti corruption layer, it seems we are left with the task to do so.
Upstream Issue: NixOS/nix#4613
EDIT: just changing
flake info
->flake metadata
works. I tested it super-manually on my local setup, but have no idea how to properly wire this up in here (as an overlay?).Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: