Skip to content

Commit

Permalink
feat(mixins): add nix development tools
Browse files Browse the repository at this point in the history
  • Loading branch information
gaelreyrol committed Jan 7, 2024
1 parent 88a07e7 commit dec66ac
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
3 changes: 0 additions & 3 deletions mixins/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,6 @@
procs
httpie
fish
nixpkgs-fmt
nix-doc
nixdoc
nvd
sops
age
Expand Down
10 changes: 10 additions & 0 deletions mixins/nix/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,14 @@
allowUnfreePredicate = pkg: true;
};
};

environment.systemPackages = with pkgs; [
nix-init
nix-update
nixpkgs-review
nixpkgs-fmt
cachix
nix-doc
nixdoc
];
}

0 comments on commit dec66ac

Please sign in to comment.