Skip to content

Commit

Permalink
Make default.nix require only 1 argument
Browse files Browse the repository at this point in the history
  • Loading branch information
fzakaria committed Aug 25, 2020
1 parent 4c976f5 commit 3b1e6bc
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions default.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
{
sources ? import ./nix/sources.nix,
nixpkgs ? sources.nixpkgs
}:
{ nixpkgs ? (import ./nix/sources.nix).nixpkgs }:
let
pkgs = import nixpkgs {
overlays = [
Expand Down

0 comments on commit 3b1e6bc

Please sign in to comment.