fix
This commit is contained in:
parent
a93fc002a1
commit
b505efa83a
1 changed files with 1 additions and 1 deletions
|
|
@ -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; };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue