diff options
author | axtlos <axtlos@fedowora5.speedport.ip> | 2022-09-03 18:25:48 +0200 |
---|---|---|
committer | axtlos <axtlos@fedowora5.speedport.ip> | 2022-09-03 18:25:48 +0200 |
commit | b6e3c139a14e9169f5f59590c375fa2729d00a21 (patch) | |
tree | 5c9ab32fbc0fdb077ffdf9332ac4b3266e4b9318 /org.nixos.nix/README.md | |
parent | 1c924550726ef6cb2f91eb788183f31658264919 (diff) | |
download | flatpaks-b6e3c139a14e9169f5f59590c375fa2729d00a21.tar.gz flatpaks-b6e3c139a14e9169f5f59590c375fa2729d00a21.tar.bz2 |
Add nix flatpak
This was pushed from this flatpak with nix-shell :troll:
Diffstat (limited to 'org.nixos.nix/README.md')
-rw-r--r-- | org.nixos.nix/README.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/org.nixos.nix/README.md b/org.nixos.nix/README.md new file mode 100644 index 0000000..f12cc41 --- /dev/null +++ b/org.nixos.nix/README.md @@ -0,0 +1,7 @@ +# [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. + + |