Use opencode default ref and tidy outputs
This commit is contained in:
@@ -15,7 +15,7 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
opencode = {
|
opencode = {
|
||||||
url = "github:anomalyco/opencode/dev";
|
url = "github:anomalyco/opencode";
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
};
|
};
|
||||||
|
|
||||||
@@ -45,7 +45,8 @@
|
|||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs = inputs@{ self, nixpkgs, ... }:
|
outputs =
|
||||||
|
inputs@{ self, nixpkgs, ... }:
|
||||||
let
|
let
|
||||||
system = "x86_64-linux";
|
system = "x86_64-linux";
|
||||||
in
|
in
|
||||||
|
|||||||
Reference in New Issue
Block a user