mirror of
https://github.com/IHaskell/IHaskell.git
synced 2025-04-19 12:56:08 +00:00
Allow pinning of nixpkgs
This commit is contained in:
parent
f39b812fdc
commit
f34c3e2589
@ -1,7 +1,7 @@
|
||||
{ packages ? (_: []), systemPackages ? (_: []) }:
|
||||
{ packages ? (_: []), systemPackages ? (_: []), nixpkgs ? <nixpkgs> }:
|
||||
|
||||
let
|
||||
pkgs = import <nixpkgs> {};
|
||||
pkgs = import nixpkgs {};
|
||||
src = pkgs.lib.cleanSource ./.;
|
||||
displays = self: builtins.listToAttrs (
|
||||
map
|
||||
|
Loading…
x
Reference in New Issue
Block a user