diff options
author | pacien | 2022-11-13 02:05:37 +0100 |
---|---|---|
committer | pacien | 2022-11-13 02:05:37 +0100 |
commit | 63da076b8e0d31ea25332847612e39a983c6c474 (patch) | |
tree | 4641bceea683b8ca4d5b520d4227ffb650824760 /flake.nix | |
parent | e959f54b07aa3a2675a942bd5d9e621c2c15cd88 (diff) | |
download | ldgallery-63da076b8e0d31ea25332847612e39a983c6c474.tar.gz |
flake: update flaky-utils, use single pkgs instance
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -160,7 +160,7 @@ | |||
160 | }) | 160 | }) |
161 | 161 | ||
162 | (flaky-utils.lib.mkSandboxSystem { | 162 | (flaky-utils.lib.mkSandboxSystem { |
163 | inherit nixpkgs system; | 163 | inherit pkgs; |
164 | restrictNetwork = false; | 164 | restrictNetwork = false; |
165 | patchQemu9p = true; | 165 | patchQemu9p = true; |
166 | config = { | 166 | config = { |