Skip to content

Commit

Permalink
update: nixpkgs version referenced in flake
Browse files Browse the repository at this point in the history
  • Loading branch information
winny- committed Sep 7, 2024
1 parent 1ac93f0 commit 4235f52
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-23.05";
inputs.nixpkgs.url = "nixpkgs/nixos-24.05";

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

0 comments on commit 4235f52

Please sign in to comment.