Difference between revisions of "Talk:Flakes"

From NixOS Wiki
Jump to: navigation, search
(howto upgrade nixos using flakes)
 
(3 intermediate revisions by the same user not shown)
Line 10: Line 10:
 
$ nixos-rebuild switch --upgrade --recreate-lock-file
 
$ nixos-rebuild switch --upgrade --recreate-lock-file
 
```
 
```
 +
 +
----
 +
 +
I noticed that a lot of people complain that flakes are hard to understand. The first paragraph of this article used to be very confusing and didn't really capture what I feel flakes are truly about. I've rewritten it to be more direct about the local locking of dependencies, which is what I see as the truly essential flake feature. -- [[User:Sid-code]]

Latest revision as of 01:19, 19 March 2024

A lot of the attributes listed in the schema are out of date.


  1. Using flakes with NixOS

looks like upgrading NixOS when using flakes now requires

``` $ nixos-rebuild switch --upgrade --recreate-lock-file ```


I noticed that a lot of people complain that flakes are hard to understand. The first paragraph of this article used to be very confusing and didn't really capture what I feel flakes are truly about. I've rewritten it to be more direct about the local locking of dependencies, which is what I see as the truly essential flake feature. -- User:Sid-code