Skip to content

Commit

Permalink
nix: fix package
Browse files Browse the repository at this point in the history
Signed-off-by: Sumner Evans <sumner.evans@automattic.com>
  • Loading branch information
sumnerevans committed May 15, 2024
1 parent 2960b50 commit 8a77775
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions modules/nix.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{ config, lib, pkgs, ... }:
{ config, lib, ... }:
with lib;
let nixCfg = config.nix;
in {
Expand Down Expand Up @@ -29,7 +29,6 @@ in {
nix.extraOptions = ''
experimental-features = nix-command flakes
'';
nix.package = pkgs.nixUnstable;
}
];
}

0 comments on commit 8a77775

Please sign in to comment.