Skip to content

Commit

Permalink
Bump to nixos-24.05
Browse files Browse the repository at this point in the history
  • Loading branch information
jecaro committed Jul 28, 2024
1 parent 4ac7940 commit 0a93fa2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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
@@ -1,7 +1,7 @@
{
# inspired by: https://serokell.io/blog/practical-nix-flakes#packaging-existing-applications
# description = "A Hello World in Haskell with a dependency and a devShell";
inputs.nixpkgs.url = "github:nixos/nixpkgs/nixos-23.11";
inputs.nixpkgs.url = "github:nixos/nixpkgs/nixos-24.05";
outputs = { self, nixpkgs }:
let
supportedSystems = [ "x86_64-linux" "x86_64-darwin" ];
Expand Down

0 comments on commit 0a93fa2

Please sign in to comment.