Skip to content

Commit

Permalink
upd8 flake
Browse files Browse the repository at this point in the history
  • Loading branch information
leo60228 committed Dec 23, 2024
1 parent 2637d79 commit 15c8c25
Show file tree
Hide file tree
Showing 3 changed files with 116 additions and 53 deletions.
163 changes: 113 additions & 50 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 nixpkgs/nur.nix
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{ nur, ... }: nur.overlay
{ nur, ... }: nur.overlays.default
4 changes: 2 additions & 2 deletions pkgs/vscode-fhs/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
systemd,
fontconfig,
libdbusmenu,
buildFHSUserEnv,
buildFHSEnv,
vscode,

# Attributes inherit from specific versions
Expand All @@ -21,7 +21,7 @@
executableName ? vscode.executableName,
pname ? vscode.pname,
}:
buildFHSUserEnv {
buildFHSEnv {
name = executableName;

# additional libraries which are commonly needed for extensions
Expand Down

0 comments on commit 15c8c25

Please sign in to comment.