Skip to content

Commit

Permalink
Fix attribute and package name changes
Browse files Browse the repository at this point in the history
Signed-off-by: Joonas Rautiola <[email protected]>
  • Loading branch information
joinemm committed Dec 5, 2024
1 parent 8a42b2b commit d837595
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion hosts/common.nix
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ in
];

# Shell
programs.bash.enableCompletion = true;
programs.bash.completion.enable = true;

# https://nixos.wiki/wiki/FAQ/When_do_I_update_stateVersion
system.stateVersion = "23.11";
Expand Down
4 changes: 2 additions & 2 deletions pkgs/coverity/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
systemd,
zlib,
xorg,
alsaLib,
alsa-lib,
libxcrypt-legacy,
...
}:
Expand Down Expand Up @@ -43,7 +43,7 @@ stdenv.mkDerivation {
# libXi.so.6
xorg.libXi
# libasound2.so.2
alsaLib
alsa-lib
# libcrypt.so.1
libxcrypt-legacy
];
Expand Down

0 comments on commit d837595

Please sign in to comment.