flake.lock: bump

This commit is contained in:
2025-12-01 20:40:50 +02:00
parent d718184776
commit 4ae4e3df73
4 changed files with 100 additions and 126 deletions
+3 -2
View File
@@ -70,7 +70,7 @@
niri = {
url = "github:YaLTeR/niri";
inputs = {
nixpkgs-stable.follows = "nixpkgs-stable";
# nixpkgs-stable.follows = "nixpkgs-stable";
nixpkgs.follows = "nixpkgs";
};
};
@@ -91,7 +91,7 @@
};
};
nixos-facter-modules.url = "github:numtide/nixos-facter-modules";
nixpkgs-stable.url = "github:nixos/nixpkgs/nixos-24.11";
nixpkgs-stable.url = "github:nixos/nixpkgs/nixos-25.11";
nixpkgs = {
url = "github:NixOS/nixpkgs/nixos-unstable";
# workaround for `unexpected Nix daemon error: error: serialised integer 7022364302122705765 is too large for type 'j'`
@@ -126,6 +126,7 @@
url = "github:vicinaehq/vicinae";
inputs = {
nixpkgs.follows = "nixpkgs";
systems.follows = "systems";
};
};
};