This commit is contained in:
Osman Faruk Bayram 2025-05-11 00:18:50 +03:00
parent a93fc002a1
commit b505efa83a

View file

@ -6,7 +6,7 @@
gradle2nix-flake.url = "github:tadfisher/gradle2nix/v2";
gradle-dot-nix.url = "github:CrazyChaoz/gradle-dot-nix";
};
outputs = { self, nixpkgs }:
outputs = { self, nixpkgs, ... }:
let
system = "x86_64-linux";
pkgs = import nixpkgs { inherit system; };