Vic-M

Results 4 comments of Vic-M

Running the command, I get: ``` [basic@localhost project]$ podman load < $(nix build .#unoptimized-docker-image --option sandbox false --extra-experimental-features nix-command --extra-experimental-features flakes) error: flake 'git+file:///home/basic/project' does not provide attribute 'packages.x86_64-linux.unoptimized-docker-image', 'legacyPackages.x86_64-linux.unoptimized-docker-image'...

I started a completely new project with all nix packages wiped and followed https://ihp.digitallyinduced.com/Guide/installation.html so my version is what running ihp-new today would produce.

``` [basic@localhost project]$ podman load < $(nix build .#unoptimized-docker-image --option sandbox false --extra-experimental-features nix-command --extra-experimental-features flakes) warning: Git tree '/home/basic/project' is dirty bash: $(nix build .#unoptimized-docker-image --option sandbox false --extra-experimental-features...

``` [basic@localhost project]$ nix build .#unoptimized-docker-image --option sandbox false --extra-experimental-features nix-command --extra-experimental-features flakes warning: Git tree '/home/basic/project' is dirty [basic@localhost project]$ cat result | podman load Getting image source signatures...