feat: add a nix package and devshell
This commit is contained in:
parent
6b9d1ce7c0
commit
158636fadc
8 changed files with 175 additions and 39 deletions
13
flake.nix
Normal file
13
flake.nix
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
description = "sermo, an ircd written in rust";
|
||||
|
||||
inputs = {
|
||||
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
|
||||
flake-parts.url = "github:hercules-ci/flake-parts";
|
||||
import-tree.url = "github:vic/import-tree";
|
||||
};
|
||||
|
||||
outputs = inputs:
|
||||
inputs.flake-parts.lib.mkFlake {inherit inputs;}
|
||||
(inputs.import-tree ./packages/nix);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue