aboutsummaryrefslogtreecommitdiffstats
path: root/flake.nix
diff options
context:
space:
mode:
authorRutger Broekhoff2025-09-02 01:42:03 +0200
committerRutger Broekhoff2025-09-02 01:42:03 +0200
commita7f2caf3de1a4b6f66a02037005424c365063b25 (patch)
treeb15cbe11e60db3f00fc5b1fb912a669f43350ad1 /flake.nix
parent18480edbb6426bc9e3948eb9818f5599000004d1 (diff)
downloadgitolfs3-a7f2caf3de1a4b6f66a02037005424c365063b25.tar.gz
gitolfs3-a7f2caf3de1a4b6f66a02037005424c365063b25.zip
Update, use if-let chainsHEADmain
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index 4d8c5b2..5b31ea1 100644
--- a/flake.nix
+++ b/flake.nix
@@ -1,6 +1,6 @@
1{ 1{
2 inputs = { 2 inputs = {
3 nixpkgs.url = "nixpkgs/nixos-24.11"; 3 nixpkgs.url = "nixpkgs/nixos-25.05";
4 4
5 crane.url = "github:ipetkov/crane"; 5 crane.url = "github:ipetkov/crane";
6 flake-utils.url = "github:numtide/flake-utils"; 6 flake-utils.url = "github:numtide/flake-utils";