diff options
| author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2026-08-19 17:47:51 +0200 |
|---|---|---|
| committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2026-08-19 17:47:51 +0200 |
| commit | 7e2e4de1a42e37234cf5d5a692573a8426bec4ca (patch) | |
| tree | d33b2db75ed555e0184f7d9ae2f843f96ebffe63 /pkgs/by-name/mp/mpdpopm/flake.nix | |
| parent | modules/direnv/pre-cache: Also use the nixpkgs rev as cache key (diff) | |
| download | nixos-config-7e2e4de1a42e37234cf5d5a692573a8426bec4ca.zip | |
There was no real reason to still have `npins` around. I just kept it
because of historical reasons.
Diffstat (limited to 'pkgs/by-name/mp/mpdpopm/flake.nix')
| -rw-r--r-- | pkgs/by-name/mp/mpdpopm/flake.nix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/by-name/mp/mpdpopm/flake.nix b/pkgs/by-name/mp/mpdpopm/flake.nix index d672bd1b..d2e37260 100644 --- a/pkgs/by-name/mp/mpdpopm/flake.nix +++ b/pkgs/by-name/mp/mpdpopm/flake.nix @@ -15,10 +15,10 @@ outputs = {self, ...}: let system = "x86_64-linux"; - sources = import ../../../../npins/full.nix {}; + sources = import ../../../../unflake.nix; - pkgs = (sources.loadFlake "nixpkgs").legacyPackages."${system}"; - treefmt-nix = sources.loadFlake "treefmt-nix"; + pkgs = sources.nixpkgs.legacyPackages."${system}"; + inherit (sources) treefmt-nix; treefmtEval = import ./treefmt.nix {inherit treefmt-nix pkgs;}; in { |
