Skip to content

Commit

Permalink
flake.lock: update
Browse files Browse the repository at this point in the history
Lots of breaking changes and workarounds...
  • Loading branch information
khaneliman committed Jul 13, 2024
1 parent a47e40b commit 2cae309
Show file tree
Hide file tree
Showing 7 changed files with 63 additions and 65 deletions.
67 changes: 42 additions & 25 deletions flake.lock

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

5 changes: 5 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,11 @@
url = "github:nixos/nixpkgs/nixos-unstable";
};

# NixPkgs (nixos-unstable-small)
nixpkgs-small = {
url = "github:nixos/nixpkgs/nixos-unstable-small";
};

# NixOS WSL Support
nixos-wsl = {
url = "github:nix-community/nixos-wsl";
Expand Down
3 changes: 2 additions & 1 deletion modules/darwin/suites/music/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ in
config = mkIf cfg.enable {
environment.systemPackages = with pkgs; [
spicetify-cli
youtube-dl
# TODO: replace? don't use and marked insecure
# youtube-dl
];

homebrew = {
Expand Down
3 changes: 2 additions & 1 deletion modules/home/suites/desktop/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ in
bitwarden
bleachbit
dropbox
dupeguru
# TODO: remove override after https://github.com/NixOS/nixpkgs/pull/325740 is in unstable
(dupeguru.override { python3Packages = pkgs.python311Packages; })
filelight
fontpreview
gparted
Expand Down
3 changes: 2 additions & 1 deletion modules/nixos/suites/common/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ in

security = {
auditd = enabled;
clamav = enabled;
# FIXME: broken nixpkgs
# clamav = enabled;
gpg = enabled;
usbguard = enabled;
};
Expand Down
10 changes: 10 additions & 0 deletions overlays/nixos-unstable-small/default.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{ channels, ... }:
_final: _prev: {
inherit (channels.nixpkgs-small)
blender
clamav
mysql-workbench
rocmPackages
swiftPackages
;
}
37 changes: 0 additions & 37 deletions overlays/spectre/default.nix

This file was deleted.

0 comments on commit 2cae309

Please sign in to comment.