We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6e5e96 commit 0cd72ecCopy full SHA for 0cd72ec
flake.nix
@@ -1,6 +1,10 @@
1
{
2
description = "A project with a devshell.";
3
4
+ nixConfig = {
5
+ sandbox = false;
6
+ };
7
+
8
inputs = {
9
nixpkgs.url = "https://flakehub.com/f/DeterminateSystems/nixpkgs-weekly/*.tar.gz";
10
devshell.url = "github:numtide/devshell";
@@ -47,9 +51,6 @@
47
51
mkdir $out
48
52
cp -r assets *.html *.css *.js $out
49
53
'';
50
- outputHashAlgo = "sha256";
- outputHashMode = "recursive";
- outputHash = "sha256-u5VXC0agH7TKL73DR7RX3+ukq1dTBt7EaJuqXtx43Ek="; # pkgs.lib.fakeHash;
54
};
55
56
devshells.default = {
0 commit comments