mirror of https://git.jolheiser.com/ugit.git
chore: use rev for nix flake
Signed-off-by: jolheiser <john.olheiser@gmail.com>ffdhall
parent
78f30f901e
commit
55f03ccfea
|
@ -25,7 +25,7 @@
|
||||||
tailwind-ctp-lsp = inputs.tailwind-ctp-lsp.packages.${system}.default;
|
tailwind-ctp-lsp = inputs.tailwind-ctp-lsp.packages.${system}.default;
|
||||||
ugit = pkgs.buildGoModule rec {
|
ugit = pkgs.buildGoModule rec {
|
||||||
pname = "ugitd";
|
pname = "ugitd";
|
||||||
version = "0.0.1";
|
version = self.rev or "dev";
|
||||||
src = pkgs.nix-gitignore.gitignoreSource [] (builtins.path {
|
src = pkgs.nix-gitignore.gitignoreSource [] (builtins.path {
|
||||||
name = pname;
|
name = pname;
|
||||||
path = ./.;
|
path = ./.;
|
||||||
|
|
Loading…
Reference in New Issue