feat: added haskell

This commit is contained in:
Nick 2024-12-05 02:26:48 -06:00
parent 0e6008f06c
commit a4f392eda4
15 changed files with 109 additions and 54 deletions

View file

@ -3,6 +3,7 @@
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
nixpkgs-stable.url = "github:NixOS/nixpkgs/nixos-23.11";
haskell-flake.url = "github:srid/haskell-flake";
};
outputs = inputs @ {
flake-parts,
@ -14,6 +15,7 @@
flake-parts.lib.mkFlake {inherit inputs;} {
imports = [
./parts
inputs.haskell-flake.flakeModule
];
systems = [system];
perSystem = {pkgs, ...}: {