Skip to content

Commit

Permalink
Bump to nixos 23.11
Browse files Browse the repository at this point in the history
  • Loading branch information
jecaro committed Feb 3, 2024
1 parent c0b5e55 commit fb24795
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ automaton][Elementary_cellular_automaton] in Haskell.

# Hacking

The project can be build with [nix][nix].
The project can be built with [nix][nix].

Install with:

Expand Down
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,5 +1,5 @@
{
inputs.nixpkgs.url = "github:nixos/nixpkgs/nixos-23.05";
inputs.nixpkgs.url = "github:nixos/nixpkgs/nixos-23.11";
outputs = { self, nixpkgs }:
let
pkgs = nixpkgs.legacyPackages.x86_64-linux;
Expand Down

0 comments on commit fb24795

Please sign in to comment.