summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGrigory Shipunov2023-05-27 23:09:58 +0200
committerGrigory Shipunov2023-05-27 23:09:58 +0200
commit8ec2869c39e4012a46635538e3ee9f1b2fc25ebd (patch)
tree2d1e473e6a066c5cf195480bbe3f238bb47cd03b
parentec3d957d9b2164b6373383728e7466102eb12b79 (diff)
update to 23.05
-rw-r--r--flake.lock8
-rw-r--r--flake.nix2
2 files changed, 5 insertions, 5 deletions
diff --git a/flake.lock b/flake.lock
index ae93426..eb56a68 100644
--- a/flake.lock
+++ b/flake.lock
@@ -184,16 +184,16 @@
},
"nixpkgs": {
"locked": {
- "lastModified": 1685043448,
- "narHash": "sha256-U3BwyDc2OzBcZ8tD09qXibyivgOtOQFTFCVgFyJ+6MM=",
+ "lastModified": 1682600000,
+ "narHash": "sha256-ha4BehR1dh8EnXSoE1m/wyyYVvHI9txjW4w5/oxsW5Y=",
"owner": "NixOS",
"repo": "nixpkgs",
- "rev": "9886352ec9ab3945896ee8a4185e961fe29df209",
+ "rev": "50fc86b75d2744e1ab3837ef74b53f103a9b55a0",
"type": "github"
},
"original": {
"owner": "NixOS",
- "ref": "nixos-22.11",
+ "ref": "nixos-22.05",
"repo": "nixpkgs",
"type": "github"
}
diff --git a/flake.nix b/flake.nix
index 0cfbf44..cb263be 100644
--- a/flake.nix
+++ b/flake.nix
@@ -2,7 +2,7 @@
inputs = {
nixpkgs-unstable.url = "github:nixos/nixpkgs/nixos-unstable";
- nixpkgs.url = "github:NixOS/nixpkgs/nixos-22.11";
+ nixpkgs.url = "github:NixOS/nixpkgs/nixos-22.05";
flake-utils.url = "github:numtide/flake-utils";