pkgs: update nixpkgs to 1614b96a

This commit is contained in:
2022-09-01 16:27:29 +02:00
parent e57107024e
commit b60698b791
87 changed files with 229 additions and 146 deletions

View File

@@ -1,11 +1,12 @@
{
stdenv
, lib
, stdexp
, bsc
, stages
}:
with stdenv.lib;
with lib;
# Common definitions used by fwi experiments
rec {

View File

@@ -2,6 +2,7 @@
{
stdenv
, lib
, stdexp
, bsc
, targetMachine
@@ -10,7 +11,7 @@
, callPackage
}:
with stdenv.lib;
with lib;
with garlicTools;
let

View File

@@ -7,6 +7,7 @@
{
stdenv
, lib
, stdexp
, bsc
, targetMachine
@@ -15,7 +16,7 @@
, enableExtended ? false
}:
with stdenv.lib;
with lib;
let
common = callPackage ./common.nix {};

View File

@@ -20,6 +20,7 @@
{
stdenv
, lib
, stdexp
, bsc
, targetMachine
@@ -27,7 +28,7 @@
, callPackage
}:
with stdenv.lib;
with lib;
let

View File

@@ -4,6 +4,7 @@
{
stdenv
, lib
, stdexp
, bsc
, targetMachine
@@ -13,7 +14,7 @@
, enableExtended ? false
}:
with stdenv.lib;
with lib;
with garlicTools;
let