From 6e4e4d42c640e2d1341df4ee0a8295434889440a Mon Sep 17 00:00:00 2001 From: Charlotte Van Petegem Date: Mon, 7 Jul 2025 07:15:42 +0200 Subject: [PATCH] Back to nixos-unstable --- flake.lock | 8 ++++---- flake.nix | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/flake.lock b/flake.lock index e55ae8b2..6e865c53 100644 --- a/flake.lock +++ b/flake.lock @@ -394,17 +394,17 @@ }, "nixpkgs": { "locked": { - "lastModified": 1751271578, - "narHash": "sha256-P/SQmKDu06x8yv7i0s8bvnnuJYkxVGBWLWHaU+tt4YY=", + "lastModified": 1751792365, + "narHash": "sha256-J1kI6oAj25IG4EdVlg2hQz8NZTBNYvIS0l4wpr9KcUo=", "owner": "nixos", "repo": "nixpkgs", - "rev": "3016b4b15d13f3089db8a41ef937b13a9e33a8df", + "rev": "1fd8bada0b6117e6c7eb54aad5813023eed37ccb", "type": "github" }, "original": { "owner": "nixos", + "ref": "nixos-unstable", "repo": "nixpkgs", - "rev": "3016b4b15d13f3089db8a41ef937b13a9e33a8df", "type": "github" } }, diff --git a/flake.nix b/flake.nix index 1afc8424..09e4b48a 100644 --- a/flake.nix +++ b/flake.nix @@ -73,7 +73,7 @@ url = "gitlab:simple-nixos-mailserver/nixos-mailserver"; inputs.nixpkgs.follows = "nixpkgs"; }; - nixpkgs.url = "github:nixos/nixpkgs/3016b4b15d13f3089db8a41ef937b13a9e33a8df"; + nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable"; nix-index-database = { url = "github:Mic92/nix-index-database"; inputs.nixpkgs.follows = "nixpkgs";