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,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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue