fix non-flake nix

main
jolheiser 2025-05-12 21:35:25 -05:00
parent 9d6aa43bd4
commit 070544ef18
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
{ {
pkgs ? import <nixpkgs>, pkgs ? import <nixpkgs> { },
}: }:
let let
pkg = pkgs.callPackage ./pkg.nix { inherit pkgs; }; pkg = pkgs.callPackage ./pkg.nix { inherit pkgs; };

View File

@ -1,5 +1,5 @@
{ {
pkgs ? import <nixpkgs>, pkgs ? import <nixpkgs> { },
}: }:
let let
name = "ugitd"; name = "ugitd";