Skip to content

Commit

Permalink
Bump to nixos-24.11
Browse files Browse the repository at this point in the history
  • Loading branch information
jecaro committed Dec 17, 2024
1 parent a6aafc9 commit 8776b51
Show file tree
Hide file tree
Showing 2 changed files with 6 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.

4 changes: 2 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
inputs.nixpkgs.url = "github:nixos/nixpkgs/nixos-24.05";
inputs.nixpkgs.url = "github:nixos/nixpkgs/nixos-24.11";
outputs = { self, nixpkgs }:
let
supportedSystems = [ "x86_64-linux" "x86_64-darwin" ];
Expand Down Expand Up @@ -57,11 +57,11 @@
packages = p: [ self.packages.${system}.systranything ];
withHoogle = true;
buildInputs = [
pkgs.gnome.zenity
pkgs.haskellPackages.cabal-install
pkgs.haskellPackages.ghcid
pkgs.haskellPackages.haskell-ci
pkgs.haskellPackages.haskell-language-server
pkgs.zenity
];
});
};
Expand Down

0 comments on commit 8776b51

Please sign in to comment.