fix: actually add haskell
This commit is contained in:
parent
71c63a89e2
commit
b5f8727837
11 changed files with 5 additions and 25 deletions
22
flake.lock
generated
22
flake.lock
generated
|
@ -1,26 +1,6 @@
|
||||||
{
|
{
|
||||||
"nodes": {
|
"nodes": {
|
||||||
"nixpkgs": {
|
"root": {}
|
||||||
"locked": {
|
|
||||||
"lastModified": 1723400035,
|
|
||||||
"narHash": "sha256-WoKZDlBEdMhP+hjquBAh0BhUJbcH2+U8g2mHOr1mv8I=",
|
|
||||||
"owner": "nixos",
|
|
||||||
"repo": "nixpkgs",
|
|
||||||
"rev": "a731b45590a5169542990c36ffcde6cebd9a3356",
|
|
||||||
"type": "github"
|
|
||||||
},
|
|
||||||
"original": {
|
|
||||||
"owner": "nixos",
|
|
||||||
"ref": "release-24.05",
|
|
||||||
"repo": "nixpkgs",
|
|
||||||
"type": "github"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"root": {
|
|
||||||
"inputs": {
|
|
||||||
"nixpkgs": "nixpkgs"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
"root": "root",
|
"root": "root",
|
||||||
"version": 7
|
"version": 7
|
||||||
|
|
|
@ -1,10 +1,6 @@
|
||||||
{
|
{
|
||||||
description = "Flake Template Hell";
|
description = "Flake Template Hell";
|
||||||
|
|
||||||
inputs = {
|
|
||||||
nixpkgs.url = "github:nixos/nixpkgs/release-24.05";
|
|
||||||
};
|
|
||||||
|
|
||||||
outputs = _: {
|
outputs = _: {
|
||||||
templates = {
|
templates = {
|
||||||
"python" = {
|
"python" = {
|
||||||
|
@ -19,6 +15,10 @@
|
||||||
path = ./templates/rust;
|
path = ./templates/rust;
|
||||||
description = "rust flake template";
|
description = "rust flake template";
|
||||||
};
|
};
|
||||||
|
"haskell" = {
|
||||||
|
path = ./templates/haskell;
|
||||||
|
description = "haskell flake template";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue