mirror of
https://gitlab.com/upRootNutrition/website.git
synced 2025-08-09 11:54:38 -05:00
feat: added haskell
This commit is contained in:
parent
0e6008f06c
commit
a4f392eda4
15 changed files with 109 additions and 54 deletions
|
@ -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, ...}: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue