diff options
| author | Fuwn <[email protected]> | 2024-10-02 12:57:45 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-10-02 13:38:02 +0000 |
| commit | 4874e6c2d8c483de2c3367203b676c25a4fe0e88 (patch) | |
| tree | 1b8169df5bff403752e4ea8994430a56c52517be /flake.nix | |
| parent | format(flake.nix): reformat (diff) | |
| download | pia.nix-4874e6c2d8c483de2c3367203b676c25a4fe0e88.tar.xz pia.nix-4874e6c2d8c483de2c3367203b676c25a4fe0e88.zip | |
feat(flake.nix): bump nixpkgs to 24.05
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ { - inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixos-23.05"; + inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixos-24.05"; outputs = { nixpkgs, self }: |