mirror of
https://github.com/nix-community/dream2nix.git
synced 2024-11-23 09:04:37 +03:00
fix: get utils from framework in contribute test
This commit is contained in:
parent
20ec3506b8
commit
a09926f4f2
@ -1,13 +1,13 @@
|
||||
{
|
||||
lib,
|
||||
pkgs,
|
||||
utils,
|
||||
self,
|
||||
framework,
|
||||
...
|
||||
}: let
|
||||
l = lib // builtins;
|
||||
in
|
||||
utils.writePureShellScript
|
||||
framework.utils.writePureShellScript
|
||||
(with pkgs; [
|
||||
coreutils
|
||||
nix
|
||||
|
Loading…
Reference in New Issue
Block a user