From 1928b36859748ea03c55e378fb09672aa60528fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20DOUIN?= Date: Thu, 9 Jan 2025 17:23:06 +0100 Subject: [PATCH] build(nix): update flake dependencies ter --- flake.lock | 14 +++++++------- flake.nix | 4 +++- 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/flake.lock b/flake.lock index ffabb1aa..b29b8849 100644 --- a/flake.lock +++ b/flake.lock @@ -23,16 +23,16 @@ }, "nixpkgs": { "locked": { - "lastModified": 1736344531, - "narHash": "sha256-8YVQ9ZbSfuUk2bUf2KRj60NRraLPKPS0Q4QFTbc+c2c=", + "lastModified": 1736437047, + "narHash": "sha256-JJBziecfU+56SUNxeJlDIgixJN5WYuADd+/TVd5sQos=", "owner": "nixos", "repo": "nixpkgs", - "rev": "bffc22eb12172e6db3c5dde9e3e5628f8e3e7912", + "rev": "f17b95775191ea44bc426831235d87affb10faba", "type": "github" }, "original": { "owner": "nixos", - "ref": "nixos-unstable", + "ref": "staging-next", "repo": "nixpkgs", "type": "github" } @@ -40,11 +40,11 @@ "pimalaya": { "flake": false, "locked": { - "lastModified": 1736434810, - "narHash": "sha256-CYX7y8DNjBOulpxk0rI2khbzh3xaar5Kgz+TM37wRHc=", + "lastModified": 1736439709, + "narHash": "sha256-EyL7jgAiAH6R+9eMwH1goEEYJ38UywkeVEoT8+m5zoY=", "owner": "pimalaya", "repo": "nix", - "rev": "2efff20646a43c750383f5b123c6540843a80e59", + "rev": "0b899711eb40d0695b8f37baa7e3af69a1d1a3b7", "type": "github" }, "original": { diff --git a/flake.nix b/flake.nix index fd6bbeac..94cff518 100644 --- a/flake.nix +++ b/flake.nix @@ -2,7 +2,9 @@ description = "CLI to manage emails"; inputs = { - nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable"; + # FIXME: when #358989 lands on nixos-unstable + # https://nixpk.gs/pr-tracker.html?pr=358989 + nixpkgs.url = "github:nixos/nixpkgs/staging-next"; fenix = { # TODO: https://github.com/nix-community/fenix/pull/145 # url = "github:nix-community/fenix";