📦 add fission overlay

This commit is contained in:
2023-03-15 15:56:51 -04:00
parent 7bb0ca2d52
commit 07130a5a41
5 changed files with 1121 additions and 37 deletions

View File

@ -46,6 +46,8 @@
url = "github:walkah/workon";
inputs.nixpkgs.follows = "nixpkgs";
};
fission.url = "github:fission-codes/nix-overlay";
};
outputs =
@ -59,6 +61,7 @@
, devenv
, dotfiles
, workon
, fission
, ...
}@inputs:
let
@ -67,6 +70,7 @@
workon = workon.packages.${self.system}.default;
inherit (devenv.packages.${self.system}) devenv;
})
fission.overlay
];
mkSystem = hostName: system: modules: