Skip to content

Commit

Permalink
fix missing dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
dermetfan committed Oct 26, 2021
1 parent 63e3193 commit b87cf2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Expand Up @@ -52,7 +52,7 @@
export PATH="$PATH:${prev.git}/bin:${prev.nixUnstable}/bin"
export SSL_CERT_FILE="${prev.cacert}/etc/ssl/certs/ca-bundle.crt"
mkdir -p /etc
${prev.coreutils}/bin/mkdir -p /etc
echo 'nixbld:x:30000:nixbld1' > /etc/group
echo 'nixbld1:x:30001:30000:Nix build user 1:/var/empty:${prev.shadow}/bin/nologin' > /etc/passwd
Expand Down

0 comments on commit b87cf2f

Please sign in to comment.