summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorDevin Finlinson <devin.finlinson@pm.me>2025-06-21 00:22:34 +0000
committerDevin Finlinson <devin.finlinson@pm.me>2025-06-21 00:22:34 +0000
commit6f285dddf7c6ba51ba9e486fb1c6809661847f2a (patch)
tree5dff58960ae53c0dcce1c5f8e61f847ffdbcc45b /flake.nix
parent0b9be465194cf7f4462936e6d797beaf5b978839 (diff)
parent41bb50dba8c42b8cd7e7c1719d7793a1ca279157 (diff)
Merge branch 'master' of ssh://bosco:2200/srv/git/.flake
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/flake.nix b/flake.nix
index 37c8b79..aab7306 100644
--- a/flake.nix
+++ b/flake.nix
@@ -2,11 +2,11 @@
description = "NixOS configuration";
inputs = {
- nixpkgs.url = "github:nixos/nixpkgs/nixos-24.11";
+ nixpkgs.url = "github:nixos/nixpkgs/nixos-25.05";
nixpkgs-unstable.url = "github:nixos/nixpkgs/nixos-unstable";
home-manager = {
- url = "github:nix-community/home-manager/release-24.11";
+ url = "github:nix-community/home-manager/release-25.05";
# The `follows` keyword in inputs is used for inheritance.
# Here, `inputs.nixpkgs` of home-manager isn't kept consistent with the `inputs.nixpkgs` of the current flake,
# to not avoid problems caused by different versions of nixpkgs dependencies.