flake: bump nixpkgs

This commit is contained in:
NotAShelf 2023-10-08 16:22:02 +03:00
parent ec574e1c00
commit 6ef59dccf7
No known key found for this signature in database
GPG Key ID: 02D1DD3FA08B6B29
2 changed files with 4 additions and 4 deletions

View File

@ -804,11 +804,11 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1690630721,
"narHash": "sha256-Y04onHyBQT4Erfr2fc82dbJTfXGYrf4V0ysLUYnPOP8=",
"lastModified": 1696693680,
"narHash": "sha256-PH0HQTkqyj7DmdPKPwrrXwVURLBqzZs4nqnDw9q8mhg=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "d2b52322f35597c62abf56de91b0236746b2a03d",
"rev": "945559664c1dc5836173ee12896ba421d9b37181",
"type": "github"
},
"original": {

View File

@ -49,7 +49,7 @@
# Flake inputs
inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixpkgs-unstable";
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
flake-parts.url = "github:hercules-ci/flake-parts";
flake-utils.url = "github:numtide/flake-utils";
systems.url = "github:nix-systems/default";