add flake.lock and fix flake.nix
This commit is contained in:
@@ -22,6 +22,14 @@
|
||||
pkgs = import nixpkgs { inherit system; };
|
||||
|
||||
callPackage = pkgs.callPackage;
|
||||
|
||||
lib = nixpkgs.lib;
|
||||
|
||||
hasPackage = input:
|
||||
input.packages ? ${system};
|
||||
|
||||
defaultPackage = input:
|
||||
input.packages.${system}.default;
|
||||
in {
|
||||
packages = {
|
||||
ponyfetch = inputs.ponyfetch.packages.${system}.default;
|
||||
|
||||
Reference in New Issue
Block a user