feat: add flake support
This commit is contained in:
parent
10e03355a7
commit
ae1a92f349
10
flake.nix
10
flake.nix
@ -3,14 +3,12 @@
|
||||
|
||||
inputs = {
|
||||
nixpkgs.url = "nixpkgs/nixos-unstable";
|
||||
utils.url = "github:numtide/flake-utils";
|
||||
};
|
||||
|
||||
outputs =
|
||||
inputs@{
|
||||
self,
|
||||
nixpkgs,
|
||||
utils,
|
||||
...
|
||||
}:
|
||||
let
|
||||
@ -21,8 +19,12 @@
|
||||
};
|
||||
|
||||
in {
|
||||
|
||||
overlay = final: prev: {
|
||||
packages.x86_64-linux = rec {
|
||||
inherit (pkgs)
|
||||
kon
|
||||
adam-gui;
|
||||
};
|
||||
overlays.default = final: prev: {
|
||||
kon =
|
||||
with pkgs;
|
||||
(buildGoModule rec {
|
||||
|
Loading…
Reference in New Issue
Block a user