mirror of https://github.com/rm-dr/daisy
Whitespace
parent
3c8ed9f4f3
commit
80f17ac210
22
README.md
22
README.md
|
@ -14,17 +14,17 @@ Many features are missing, this is still under development.
|
||||||
- **Nix:** Use `default.nix`. Daisy isn't in nixpkgs yet, you'll need to add something like the following to `configuration.nix`:
|
- **Nix:** Use `default.nix`. Daisy isn't in nixpkgs yet, you'll need to add something like the following to `configuration.nix`:
|
||||||
|
|
||||||
```nix
|
```nix
|
||||||
let
|
let
|
||||||
daisy = builtins.fetchGit {
|
daisy = builtins.fetchGit {
|
||||||
url = "https://github.com/rm-dr/daisy.git";
|
url = "https://github.com/rm-dr/daisy.git";
|
||||||
ref = "master";
|
ref = "master";
|
||||||
} + /default.nix;
|
} + /default.nix;
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
(callPackage daisy { })
|
(callPackage daisy { })
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
# 📹 Screenshot
|
# 📹 Screenshot
|
||||||
|
|
Loading…
Reference in New Issue