nix 23.05

This commit is contained in:
Robin Appelman 2023-06-01 15:27:28 +02:00
commit 73d4980fad
2 changed files with 11 additions and 11 deletions

View file

@ -1,6 +1,6 @@
{
inputs = {
nixpkgs.url = "nixpkgs/nixos-22.11";
nixpkgs.url = "nixpkgs/nixos-23.05";
utils.url = "github:numtide/flake-utils";
naersk.url = "github:nix-community/naersk";
naersk.inputs.nixpkgs.follows = "nixpkgs";