Skip to content

Commit

Permalink
chore: update flake.lock & fix issues (#180)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan4yin authored Jan 22, 2025
1 parent 2a21d77 commit 7deed26
Show file tree
Hide file tree
Showing 4 changed files with 80 additions and 102 deletions.
161 changes: 72 additions & 89 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion modules/nixos/desktop/fhs.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
let
base = pkgs.appimageTools.defaultFhsEnvArgs;
in
pkgs.buildFHSUserEnv (base
pkgs.buildFHSEnv (base
// {
name = "fhs";
targetPkgs = pkgs: (base.targetPkgs pkgs) ++ [pkgs.pkg-config];
Expand Down
Loading

0 comments on commit 7deed26

Please sign in to comment.