Skip to content

Commit

Permalink
fix(nix): allow unfree
Browse files Browse the repository at this point in the history
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
  • Loading branch information
caarlos0 committed Oct 11, 2023
1 parent 340a7e5 commit 1e75f2a
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions modules/pkgs.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
{ pkgs, lib, ... }: {
nixpkgs = {
config = {
allowUnfree = true;
allowUnfreePredicate = (_: true);
};
};
home.packages = with pkgs;
with pkgs.nodePackages_latest;
[
Expand All @@ -9,7 +15,6 @@
entr
fd
ffmpeg_6-full
ttyd
git-lfs
go-task
graphviz
Expand All @@ -32,16 +37,18 @@
p7zip
ranger
ripgrep
sqlite
scc
sqlite
sshpass
stern
syft
terraform
timer
tldr
upx
ttyd
unixtools.watch
unrar
upx
vegeta
wget
yarn
Expand Down

0 comments on commit 1e75f2a

Please sign in to comment.