mirror of
https://github.com/Novattz/creamlinux-installer.git
synced 2026-05-02 04:52:03 -04:00
update Readme installation instructions for Nix
This commit is contained in:
@@ -82,10 +82,11 @@ npins add github Novattz creamlinux-installer --branch main
|
|||||||
```nix
|
```nix
|
||||||
let
|
let
|
||||||
sources = import ./npins;
|
sources = import ./npins;
|
||||||
creamlinux = pkgs.callPackage sources.creamlinux-installer {};
|
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
environment.systemPackages = [ creamlinux ];
|
environment.systemPackages = [
|
||||||
|
(pkgs.callPackage "${sources.creamlinux-installer}/default.nix" {})
|
||||||
|
];
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
Those are the recommended methods to add creamlinux-installer to your environment. However, you could also add it as an input of your flake, like so:
|
Those are the recommended methods to add creamlinux-installer to your environment. However, you could also add it as an input of your flake, like so:
|
||||||
|
|||||||
Reference in New Issue
Block a user