aboutsummaryrefslogtreecommitdiffhomepage
path: root/flake.nix
diff options
context:
space:
mode:
authorOphestra <cat@gensokyo.uk>2025-06-02 18:53:28 +0900
committerOphestra <cat@gensokyo.uk>2025-06-05 04:05:39 +0900
commitb7e991de5bfa81bff474d07142555df51202640a (patch)
tree3c49b25eab717cd4a8f5eb74a77dca2b3e8fcf6c /flake.nix
parent6c1205106d7ac9702464e274502303d2b6df1dc3 (diff)
nix: update flake lock
Signed-off-by: Ophestra <cat@gensokyo.uk>
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 93e21bec..7aee0e1e 100644
--- a/flake.nix
+++ b/flake.nix
@@ -2,10 +2,10 @@
description = "fortify sandbox tool and nixos module";
inputs = {
- nixpkgs.url = "github:NixOS/nixpkgs/nixos-24.11";
+ nixpkgs.url = "github:NixOS/nixpkgs/nixos-25.05";
home-manager = {
- url = "github:nix-community/home-manager/release-24.11";
+ url = "github:nix-community/home-manager/release-25.05";
inputs.nixpkgs.follows = "nixpkgs";
};
};