We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6432a6a commit 899a169Copy full SHA for 899a169
readme.md
@@ -21,13 +21,6 @@ nix develop -c $SHELL
21
mkosi --force -I buildernet.conf
22
```
23
24
-For Ubuntu:
25
-```shell
26
-source ~/.nix-profile/etc/profile.d/nix.sh
27
-nix --extra-experimental-features nix-command develop --extra-experimental-features flakes -c $SHELL
28
-mkosi --force -I buildernet.conf
29
-```
30
-
31
> Note: Make sure the above command is not run with sudo, as this will clear necessary environment variables set by the nix shell
32
33
Create a qcow2 image to store persistent files:
0 commit comments