Skip to content

Commit

Permalink
bump nixpkgs
Browse files Browse the repository at this point in the history
  • Loading branch information
tek committed Aug 31, 2023
1 parent a46bf25 commit cc78c5b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
8 changes: 4 additions & 4 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 @@ -2,7 +2,7 @@
description = "Haskell/Nix development build tools";

inputs = {
nixpkgs.url = "github:nixos/nixpkgs/7e63eed145566cca98158613f3700515b4009ce3";
nixpkgs.url = "github:nixos/nixpkgs/8b5b7def915305c7d4f5cf236c095bf898bc7995";
thax.url = "github:tek/thax";
};

Expand Down
1 change: 0 additions & 1 deletion modules/basic.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ let

global = config;

ghcModule = import ./ghc.nix { inherit global util; };
packageModule = import ./package.nix { inherit global util; };
cabalOptionsModule = import ./cabal-options.nix { inherit global util; };

Expand Down

0 comments on commit cc78c5b

Please sign in to comment.