You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,13 +9,13 @@
9
9
10
10
# Dendritic unflake
11
11
12
-
This repository serves as an example Dendritic Nix setup implemented**without** flakes nor flake-parts.
12
+
This repository serves as an example Dendritic Nix implementation**without** flakes nor flake-parts.
13
13
14
14
15
-
Entry point is [default.nix](default.nix) and has an [example](modules/example.nix)Dendritic nixosConfiguration.
15
+
Entry point is [default.nix](default.nix), [modules/example.nix](modules/example.nix)defines a nixosConfiguration.
16
16
17
17
18
-
This example uses [unflake](https://discourse.nixos.org/t/unflake-flake-dependencies-for-non-flake-projects-and-a-way-to-stop-writing-follows/72611) to fetch dependencies.
18
+
This example uses [unflake](https://discourse.nixos.org/t/unflake-flake-dependencies-for-non-flake-projects-and-a-way-to-stop-writing-follows/72611) to fetch dependencies and provide flake-like inputs.
19
19
20
20
21
21
## Usage
@@ -29,11 +29,11 @@ nix-shell https://ln-s.sh/unflake -A unflake-shell --run unflake
0 commit comments