Skip to content

Commit a373b67

Browse files
committed
shell.nix: buildFHSUserEnv -> buildFHSEnv
Signed-off-by: Simão Gomes Viana <[email protected]>
1 parent 17d7ddf commit a373b67

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

shell.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{ pkgs ? import <nixpkgs> {} }:
22

3-
let fhs = pkgs.buildFHSUserEnv {
3+
let fhs = pkgs.buildFHSEnv {
44
name = "linux-env";
55
targetPkgs = pkgs: with pkgs; [
66
bc

0 commit comments

Comments
 (0)