🔖 Nix Repository for Nord Studio
Find a file
wackery e15b600008
All checks were successful
ci/crow/push/nix Pipeline was successful
change name
2026-04-12 17:34:31 -07:00
.crow In my dream, I saw him 2026-04-12 17:16:46 -07:00
nix goodbye fenix 2026-04-12 14:23:14 -07:00
packages change name 2026-04-12 17:34:31 -07:00
.gitignore maybe? 2026-04-12 15:55:27 -07:00
default.nix change name 2026-04-12 17:34:31 -07:00
License init 2026-01-01 16:47:48 -08:00
overlay.nix make overlay take system 2026-04-12 12:49:29 -07:00
readme.md maybe? 2026-04-12 15:55:27 -07:00

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=