nix: Update primary

This commit is contained in:
Sridhar Ratnakumar 2025-09-03 15:01:19 -04:00
parent 9590f36462
commit 216b06a8e9
2 changed files with 4 additions and 5 deletions

7
flake.lock generated
View file

@ -1047,17 +1047,16 @@
"nixpkgs": "nixpkgs_6"
},
"locked": {
"lastModified": 1755714246,
"narHash": "sha256-fpK2fEGEBdB8cdH4nsOBFhlhSz6KOv4E+68Bmdm4Hnk=",
"lastModified": 1756813707,
"narHash": "sha256-GsJgVnWwlRrB1H7M+jvbZTX2SWXQ4gHvNKw2Tzulf3c=",
"owner": "tobi",
"repo": "try",
"rev": "04c681adc919cfc861661d01c5c42f8326aa321a",
"rev": "5f8eb9b9ab061df874212c786ed933f064542d25",
"type": "github"
},
"original": {
"owner": "tobi",
"repo": "try",
"rev": "04c681adc919cfc861661d01c5c42f8326aa321a",
"type": "github"
}
},

View file

@ -29,7 +29,7 @@
nixpkgs.follows = "nixpkgs";
flake-parts.follows = "flake-parts";
};
try.url = "github:tobi/try/04c681adc919cfc861661d01c5c42f8326aa321a";
try.url = "github:tobi/try";
# Neovim
nixvim.url = "github:nix-community/nixvim";