Skip to content

Commit

Permalink
upgrade nix (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
44100hertz authored Jun 17, 2023
1 parent a8707d5 commit 9b24aab
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 @@
{
description = "A very basic flake";

inputs.nixpkgs.url = "nixpkgs/nixos-22.11";
inputs.nixpkgs.url = "nixpkgs/nixos-23.05";

outputs = { self, nixpkgs }: let
pkgs = nixpkgs.legacyPackages.x86_64-linux.buildPackages;
Expand Down

0 comments on commit 9b24aab

Please sign in to comment.