diff options
| author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2026-06-02 20:20:19 +0200 |
|---|---|---|
| committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2026-06-02 20:20:19 +0200 |
| commit | 1f53bc3cd775e14509aad4079ef85f94da3ae244 (patch) | |
| tree | 72d07afa3af365eadd033e561a3868c1fb184e21 /pkgs/by-name/no | |
| parent | modules/boot: Use ISO directly as root (diff) | |
| download | nixos-config-1f53bc3cd775e14509aad4079ef85f94da3ae244.zip | |
pkgs/*/flake.nix: Actually instantiate `nixpkgs` instead of just loading
Diffstat (limited to 'pkgs/by-name/no')
| -rw-r--r-- | pkgs/by-name/no/notify-run/flake.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/by-name/no/notify-run/flake.nix b/pkgs/by-name/no/notify-run/flake.nix index 286f179e..ea5fecb2 100644 --- a/pkgs/by-name/no/notify-run/flake.nix +++ b/pkgs/by-name/no/notify-run/flake.nix @@ -17,7 +17,7 @@ system = "x86_64-linux"; sources = import ../../../../npins/full.nix {}; - pkgs = sources.load "nixpkgs"; + pkgs = (sources.loadFlake "nixpkgs").legacyPackages."${system}"; in { devShells."${system}".default = pkgs.mkShell { packages = [ |
