Commit f4a0f656d0de
Changed files (2)
flake.lock
@@ -1073,6 +1073,7 @@
},
"original": {
"owner": "peteonrails",
+ "ref": "main",
"repo": "voxtype",
"type": "github"
}
flake.nix
@@ -405,7 +405,7 @@
copilot-cli.url = "github:scarisey/copilot-cli-flake";
copilot-cli.inputs.nixpkgs.follows = "nixpkgs";
- voxtype.url = "github:peteonrails/voxtype";
+ voxtype.url = "github:peteonrails/voxtype/main";
voxtype.inputs.nixpkgs.follows = "nixpkgs";
};
}