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