Skip to content

Commit

Permalink
remove legacy notes + templates
Browse files Browse the repository at this point in the history
  • Loading branch information
DavHau committed Jul 18, 2023
1 parent 182075a commit 7603b34
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 68 deletions.
20 changes: 0 additions & 20 deletions notes/haskell.md

This file was deleted.

11 changes: 0 additions & 11 deletions notes/node2nix.md

This file was deleted.

29 changes: 3 additions & 26 deletions templates/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,32 +6,9 @@
l = lib // builtins;
in {
flake = {
templates = {
default = self.templates.simple;
simple = {
description = "Simple dream2nix flake";
path = ./simple;
welcomeText = ''
You just created a simple dream2nix package!
start with typing `nix flake show` to discover the projects attributes.
commands:
- `nix develop` <-- enters the devShell
- `nix build .#` <-- builds the default package (`.#default`)
Start hacking and -_- have some fun!
> dont forget to add nix `result` folder to your `.gitignore`
'';
};
v1-python = {
description = "Simple dream2nix python project";
path = ./v1-python;
};
v1-python = {
description = "Simple dream2nix python project";
path = ./v1-python;
};
};
}
1 change: 0 additions & 1 deletion templates/simple/.envrc

This file was deleted.

10 changes: 0 additions & 10 deletions templates/simple/flake.nix

This file was deleted.

0 comments on commit 7603b34

Please sign in to comment.