Skip to content

Commit 0cd72ec

Browse files
committed
Just disable sandbox
1 parent b6e5e96 commit 0cd72ec

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

flake.nix

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
{
22
description = "A project with a devshell.";
33

4+
nixConfig = {
5+
sandbox = false;
6+
};
7+
48
inputs = {
59
nixpkgs.url = "https://flakehub.com/f/DeterminateSystems/nixpkgs-weekly/*.tar.gz";
610
devshell.url = "github:numtide/devshell";
@@ -47,9 +51,6 @@
4751
mkdir $out
4852
cp -r assets *.html *.css *.js $out
4953
'';
50-
outputHashAlgo = "sha256";
51-
outputHashMode = "recursive";
52-
outputHash = "sha256-u5VXC0agH7TKL73DR7RX3+ukq1dTBt7EaJuqXtx43Ek="; # pkgs.lib.fakeHash;
5354
};
5455
};
5556
devshells.default = {

0 commit comments

Comments
 (0)