diff options
Diffstat (limited to '')
-rw-r--r-- | org.nixos.nix/README.md | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/org.nixos.nix/README.md b/org.nixos.nix/README.md index f12cc41..5f8669b 100644 --- a/org.nixos.nix/README.md +++ b/org.nixos.nix/README.md @@ -1,7 +1,4 @@ # [nix](https://nixos.org) -works with no issues, but you'll have to use them by running `flatpak run org.nixos.nix <the nix command>`, so for `nix-shell` it'd be `flatapk run org.nixos.nix nix-shell` -if you want to simplify this you can simply create an alias to it (or, what I do run `nix-shell` as your default shell) - -the first start will always take a couple of seconds depending on your disk rw speeds. - +Works with no issues, but you'll have to use it by running `flatpak run org.nixos.nix <the nix command>`. So for `nix-shell` it'd be `flatpak run org.nixos.nix nix-shell`. If you want to simplify this, you can simply create an alias to it (or, what I do, run `nix-shell` as your default shell). +The first start will always take a couple of seconds depending on your disk rw speeds. |