aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorAkshay <[email protected]>2023-01-22 02:28:45 +0000
committerAkshay <[email protected]>2023-01-22 02:28:45 +0000
commit697b2c8f2415832bae7520a1d802e080363aa84b (patch)
tree81f8ac9d3822f539c33304292eb388b5edbc676b /flake.nix
parent10438875e09b9985732e00c989a54830909f8886 (diff)
update locks to use github pathsHEADmaster
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 e96f699..bb8923e 100644
--- a/flake.nix
+++ b/flake.nix
@@ -3,7 +3,7 @@
3 description = "Improved text objects for {neo,}vim"; 3 description = "Improved text objects for {neo,}vim";
4 4
5 inputs = { 5 inputs = {
6 nixpkgs.url = "github:NixOS/nixpkgs/nixos-21.05"; 6 nixpkgs.url = "github:NixOS/nixpkgs";
7 }; 7 };
8 8
9 outputs = 9 outputs =