adrestia icon indicating copy to clipboard operation
adrestia copied to clipboard

Add documentation for Flakes

Open sevanspowell opened this issue 3 years ago • 1 comments
trafficstars

  • Add some beginning resources for understanding Nix Flakes.

sevanspowell avatar Feb 10 '22 03:02 sevanspowell

I do not want this service and did Not apply for it

On Fri, 22 Apr 2022, 7:42 am Yura Lazarev, @.***> wrote:

@.**** commented on this pull request.

In docs/code/Flakes/Tutorials/Installation.md https://github.com/input-output-hk/adrestia/pull/23#discussion_r856148245 :

@@ -0,0 +1,40 @@

+---

+title: 01-Installation

+date: 2021-02-09

+---

+Presuming nix is already installed, Nix flakes are available from Nix version 2.4 and up.

+## Non-NixOS

+```

+$ nix-env -iA nixpkgs.nixUnstable # or nixpkgs.nix_2_4

Doesn't work on NixOS

 nix upgrade-nix

error: Nix on NixOS must be upgraded via 'nixos-rebuild'

— Reply to this email directly, view it on GitHub https://github.com/input-output-hk/adrestia/pull/23#discussion_r856148245, or unsubscribe https://github.com/notifications/unsubscribe-auth/AP6TJ4ZMJKWHYBGQWQ72NDTVGKGEBANCNFSM5N7O6TLQ . You are receiving this because you are subscribed to this thread.Message ID: @.***>

JBlaze2029 avatar Apr 22 '22 22:04 JBlaze2029