Skip to content

Commit

Permalink
Added flux to dev shell
Browse files Browse the repository at this point in the history
  • Loading branch information
spietras committed Feb 5, 2024
1 parent 4aac70c commit 8a12ff9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
coreutils = pkgs.coreutils;
trunk = pkgs.trunk-io;
copier = pkgs.copier;
flux = pkgs.fluxcd;
in {
# Override pkgs argument
_module.args.pkgs = import inputs.nixpkgs {
Expand Down Expand Up @@ -70,6 +71,7 @@
coreutils
trunk
copier
flux
];

shellHook = ''
Expand Down

0 comments on commit 8a12ff9

Please sign in to comment.