mirror of
https://codeberg.org/leana8959/.files.git
synced 2026-02-01 14:39:39 +00:00
{default,shell}.nix: remove sources from arguments
This commit is contained in:
parent
b9093075f9
commit
08b934cf21
2 changed files with 7 additions and 4 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
let
|
||||||
sources ? import ./npins,
|
sources = import ./npins;
|
||||||
}:
|
in
|
||||||
{
|
{
|
||||||
# for repl sessions
|
# for repl sessions
|
||||||
inherit sources;
|
inherit sources;
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,11 @@
|
||||||
|
let
|
||||||
|
sources = import ./npins;
|
||||||
|
in
|
||||||
{
|
{
|
||||||
sources ? import ./npins,
|
|
||||||
pkgs ? import sources.nixpkgs {
|
pkgs ? import sources.nixpkgs {
|
||||||
overlays = map import [
|
overlays = map import [
|
||||||
./nix/overlays/disko.nix
|
./nix/overlays/disko.nix
|
||||||
|
./nix/overlays/npins.nix
|
||||||
];
|
];
|
||||||
},
|
},
|
||||||
withGHC ? false,
|
withGHC ? false,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue