This commit is contained in:
Grigory Shipunov 2023-05-28 17:47:21 +02:00
parent a88a2ca9fd
commit c45e0e1916
Signed by: 0xa
GPG key ID: 91FA5E5BF9AA901C
2 changed files with 5 additions and 5 deletions

8
flake.lock generated
View file

@ -184,16 +184,16 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1682600000,
"narHash": "sha256-ha4BehR1dh8EnXSoE1m/wyyYVvHI9txjW4w5/oxsW5Y=",
"lastModified": 1685043448,
"narHash": "sha256-U3BwyDc2OzBcZ8tD09qXibyivgOtOQFTFCVgFyJ+6MM=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "50fc86b75d2744e1ab3837ef74b53f103a9b55a0",
"rev": "9886352ec9ab3945896ee8a4185e961fe29df209",
"type": "github"
},
"original": {
"owner": "NixOS",
"ref": "nixos-22.05",
"ref": "nixos-22.11",
"repo": "nixpkgs",
"type": "github"
}

View file

@ -2,7 +2,7 @@
inputs = {
nixpkgs-unstable.url = "github:nixos/nixpkgs/nixos-unstable";
nixpkgs.url = "github:NixOS/nixpkgs/nixos-22.05";
nixpkgs.url = "github:NixOS/nixpkgs/nixos-22.11";
flake-utils.url = "github:numtide/flake-utils";