diff options
| author | Ophestra <cat@gensokyo.uk> | 2025-06-02 18:53:28 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2025-06-05 04:05:39 +0900 |
| commit | b7e991de5bfa81bff474d07142555df51202640a (patch) | |
| tree | 3c49b25eab717cd4a8f5eb74a77dca2b3e8fcf6c /flake.nix | |
| parent | 6c1205106d7ac9702464e274502303d2b6df1dc3 (diff) | |
nix: update flake lock
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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"; }; }; |
