mirror of https://git.jolheiser.com/ugit.git
fix non-flake nix
parent
9d6aa43bd4
commit
070544ef18
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
pkgs ? import <nixpkgs>,
|
||||
pkgs ? import <nixpkgs> { },
|
||||
}:
|
||||
let
|
||||
pkg = pkgs.callPackage ./pkg.nix { inherit pkgs; };
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
pkgs ? import <nixpkgs>,
|
||||
pkgs ? import <nixpkgs> { },
|
||||
}:
|
||||
let
|
||||
name = "ugitd";
|
||||
|
|
Loading…
Reference in New Issue