mirror of
https://github.com/daylinmorgan/oizys.git
synced 2025-02-22 15:15:50 -06:00
Merge pull request #4 from nrdxp/patch-1
Add link to nixflk in README.md
This commit is contained in:
commit
a9d860f3b3
1 changed files with 4 additions and 3 deletions
|
@ -1,8 +1,9 @@
|
||||||
# nixos-flake-example
|
# nixos-flake-example
|
||||||
|
|
||||||
**NOTE**: nixflk is a better example repo for a full NixOS config layout, this repo
|
**NOTE**: [nixflk](https://github.com/nrdxp/nixflk) is a better example repo for a full
|
||||||
is mostly to provide more context+examples around flakes, and to show that you can produce
|
NixOS config layout, this repo is mostly to provide more context+examples around flakes,
|
||||||
the same EXACT system with flakes as with nix-build, if you know what to do.
|
and to show that you can produce the same EXACT system with flakes as with nix-build,
|
||||||
|
if you know what to do.
|
||||||
|
|
||||||
This readme starts out with an attempt to explain and justify flakes. It also contains
|
This readme starts out with an attempt to explain and justify flakes. It also contains
|
||||||
some examples of `nix` cli flakes syntax and tips for adopting flakes in your project.
|
some examples of `nix` cli flakes syntax and tips for adopting flakes in your project.
|
||||||
|
|
Loading…
Add table
Reference in a new issue