Whitespace

dev
rm-dr 2023-10-15 09:30:32 -07:00
parent 3c8ed9f4f3
commit 80f17ac210
1 changed files with 11 additions and 11 deletions

View File

@ -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