From 0aabe0ece5c0c7053ffe1c2ea63082aaf0698f3d Mon Sep 17 00:00:00 2001 From: "quentin@aristote.fr" Date: Sat, 3 Jun 2023 13:18:33 +0200 Subject: nixos: update to 23.05 --- flake.lock | 8 ++++---- flake.nix | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/flake.lock b/flake.lock index 1a5d434..e132ca6 100644 --- a/flake.lock +++ b/flake.lock @@ -67,16 +67,16 @@ }, "nixpkgs_2": { "locked": { - "lastModified": 1685715764, - "narHash": "sha256-Oo7rJGjCJGGqTFhVbO7f1CovTiJjlIT3xGKTACjGagg=", + "lastModified": 1685701911, + "narHash": "sha256-qoBUwecp2SgY8Haa0b13t3pu5hHcdSHFAtQl18tB5bw=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "a77a765bd83597851acf0811eb9a4e6438fc876b", + "rev": "6d5bc0380bec4392109e0f60928b424ce9b179c7", "type": "github" }, "original": { "owner": "NixOS", - "ref": "nixos-22.11-small", + "ref": "nixos-23.05-small", "repo": "nixpkgs", "type": "github" } diff --git a/flake.nix b/flake.nix index 1c7fc51..bdb537b 100644 --- a/flake.nix +++ b/flake.nix @@ -1,7 +1,7 @@ { inputs = { my-nixpkgs.url = "github:qaristote/my-nixpkgs"; - nixpkgs.url = "github:NixOS/nixpkgs/nixos-22.11-small"; + nixpkgs.url = "github:NixOS/nixpkgs/nixos-23.05-small"; }; outputs = { self, nixpkgs, my-nixpkgs, nixos-hardware, ... }: { -- cgit v1.2.3