forked from rarias/bscpkgs
pkgs: update nixpkgs to 1614b96a
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
{
|
||||
stdenv
|
||||
, lib
|
||||
, garlicTools
|
||||
}:
|
||||
|
||||
@@ -7,7 +8,7 @@
|
||||
units
|
||||
}:
|
||||
|
||||
with stdenv.lib;
|
||||
with lib;
|
||||
with garlicTools;
|
||||
|
||||
let
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
{
|
||||
stdenv
|
||||
, lib
|
||||
, numactl
|
||||
, slurm
|
||||
, garlicTools
|
||||
@@ -26,7 +27,7 @@
|
||||
, acctgFreq ? null
|
||||
}:
|
||||
|
||||
with stdenv.lib;
|
||||
with lib;
|
||||
with garlicTools;
|
||||
|
||||
# sbatch fails silently if we pass garbage, so we assert the types here to avoid
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
{
|
||||
stdenv
|
||||
, lib
|
||||
, bash
|
||||
, writeText
|
||||
}:
|
||||
@@ -9,7 +10,7 @@
|
||||
, conf
|
||||
}:
|
||||
|
||||
with stdenv.lib;
|
||||
with lib;
|
||||
with builtins;
|
||||
|
||||
let
|
||||
|
||||
Reference in New Issue
Block a user