{default,shell}.nix: remove sources from arguments

This commit is contained in:
Primrose 2026-01-26 21:08:18 +01:00
parent b9093075f9
commit 08b934cf21
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA
2 changed files with 7 additions and 4 deletions

View file

@ -1,8 +1,11 @@
let
sources = import ./npins;
in
{
sources ? import ./npins,
pkgs ? import sources.nixpkgs {
overlays = map import [
./nix/overlays/disko.nix
./nix/overlays/npins.nix
];
},
withGHC ? false,