1
0
Fork 0
mirror of https://github.com/soywod/himalaya.git synced 2025-04-22 17:23:27 +00:00

build(nix): update flake dependencies ter

This commit is contained in:
Clément DOUIN 2025-01-09 17:23:06 +01:00
parent 7ab615054f
commit 1928b36859
No known key found for this signature in database
GPG key ID: 353E4A18EE0FAB72
2 changed files with 10 additions and 8 deletions

14
flake.lock generated
View file

@ -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": {

View file

@ -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";