diff options
| author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2026-05-12 00:32:22 +0200 |
|---|---|---|
| committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2026-05-12 00:32:22 +0200 |
| commit | 55fae2677ecb8a3d8e2adf653e2784a1c70829a6 (patch) | |
| tree | bc62e5f9812bb2fbefec65216d1c57820eec436e /flake | |
| parent | treewide: Switch to npins (diff) | |
| download | nixos-config-55fae2677ecb8a3d8e2adf653e2784a1c70829a6.zip | |
treewide: Remove all references to `self.inputs`
That doesn't work anymore with the npins sources.
Diffstat (limited to 'flake')
| -rw-r--r-- | flake/default.nix | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/flake/default.nix b/flake/default.nix index 83138f32..598dcbd2 100644 --- a/flake/default.nix +++ b/flake/default.nix @@ -9,6 +9,8 @@ # If not, see <https://www.gnu.org/licenses/gpl-3.0.txt>. { self, + sources, + nixpkgs, system, openPRsNixpkgs, packageSets, @@ -29,6 +31,8 @@ nixosConfigurations = import ../hosts { inherit self + sources + nixpkgs system openPRsNixpkgs packageSets @@ -107,6 +111,7 @@ in { pkgs.alejandra pkgs.deadnix pkgs.nvd + pkgs.npins ]; }; }; |
