{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,6 +1,6 @@
{
sources ? import ./npins,
}:
let
sources = import ./npins;
in
{
# for repl sessions
inherit sources;