mirror of
https://github.com/ziglang/zig.git
synced 2024-11-21 19:42:56 +00:00
Remove an unused flake input
parent
ab4985d1aa
commit
3f7862e8fd
@ -36,10 +36,6 @@ Alternatively, you can use this sample `flake.nix`:
|
||||
inputs = {
|
||||
nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable";
|
||||
flake-utils.url = "github:numtide/flake-utils";
|
||||
flake-compat = {
|
||||
url = "github:edolstra/flake-compat";
|
||||
flake = false;
|
||||
};
|
||||
};
|
||||
|
||||
outputs = inputs@{ self, ... }: inputs.flake-utils.lib.eachDefaultSystem (system:
|
||||
|
Loading…
Reference in New Issue
Block a user