feat nix: Update nixpkgs to 23.05

This commit is contained in:
iliayar 2023-09-24 14:48:06 +03:00
parent 121c11c26b
commit 2b722a39b0
No known key found for this signature in database
GPG key ID: 3FE87CB13CB3AC4E
2 changed files with 5 additions and 5 deletions

View file

@ -3,7 +3,7 @@
inputs = {
flake-utils.url = "github:numtide/flake-utils";
nixpkgs.url = "github:nixos/nixpkgs/nixos-22.05";
nixpkgs.url = "github:nixos/nixpkgs/nixos-23.05";
};
outputs = { self, nixpkgs, flake-utils, ... }: