🔖 Nix Repository for Nord Studio
- Nix 100%
|
|
||
|---|---|---|
| .crow | ||
| nix | ||
| packages | ||
| .gitignore | ||
| default.nix | ||
| License | ||
| overlay.nix | ||
| readme.md | ||
Nord Nix Repository
Obtaining
Flake Input
nord-studio = {
url = "https://git.nordstud.io/nord/nur/archive/main.tar.gz";
flake = false;
};
Usage
Overlay
(import "${nord-studio}/overlay.nix" system) # system is the same system you pass to nixpkgs. IE "x86_64-linux"
Now you can access all of the nord-studio packages under nixpkgs.nord-studio. IE nixpkgs.nord-studio.pulsar
Individual Packages
(import nord-studio system).<package> # see above for "system"
Cache
URL: https://nix.nordstud.io/nord
KEY: nord:YZkdU7WD+VKmR1W4RzBf8ZTFEOmeO7khVsUCzdNrebk=