Skip to content

Commit

Permalink
upd8 flake
Browse files Browse the repository at this point in the history
  • Loading branch information
leo60228 committed Nov 5, 2024
1 parent a039c0f commit b49d2e5
Show file tree
Hide file tree
Showing 5 changed files with 65 additions and 67 deletions.
1 change: 1 addition & 0 deletions components/unifi.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ lib.makeComponent "unifi" (
services.unifi = {
enable = true;
unifiPackage = pkgs.unifi8;
mongodbPackage = pkgs.mongodb-6_0;
openFirewall = true;
};
};
Expand Down
120 changes: 59 additions & 61 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 flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
inputs.nixpkgs.follows = "nixpkgs";
};
inputs.hydra = {
url = "git+https://git@git.lix.systems/lix-project/hydra";
url = "https://git.lix.systems/lix-project/hydra/archive/main.tar.gz";
inputs.nixpkgs.follows = "nixpkgs";
inputs.lix.follows = "lix";
};
Expand Down
8 changes: 4 additions & 4 deletions home.nix
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
imagemagick
kio-fuse
coursier
alsaUtils
alsa-utils
gitAndTools.lab
clang-tools
prusa-slicer
Expand Down Expand Up @@ -104,10 +104,10 @@
(hiPrio rustup)
pciutils
lftp
dolphinEmuMaster
dolphin-emu-beta
#(callPackage ./kflash.py {})
alsaLib
alsaLib.dev
alsa-lib
alsa-lib.dev
gdb
#(callPackage ./unityenv.nix {})
easytag
Expand Down
1 change: 0 additions & 1 deletion pkgs/vscode-fhs/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
libXScrnSaver,
wrapGAppsHook,
gtk2,
atomEnv,
at-spi2-atk,
autoPatchelfHook,
systemd,
Expand Down

0 comments on commit b49d2e5

Please sign in to comment.