format
This commit is contained in:
parent
7210e60f5f
commit
0ab8af8409
13 changed files with 25 additions and 62 deletions
|
@ -1,13 +1,10 @@
|
|||
{
|
||||
description = "A Nix-flake-based Gleam development environment";
|
||||
|
||||
inputs = {
|
||||
dev.url = "github:the-nix-way/dev-templates";
|
||||
};
|
||||
inputs = { dev.url = "github:the-nix-way/dev-templates"; };
|
||||
|
||||
outputs = { self, dev }:
|
||||
let
|
||||
inherit (dev.lib) flake-utils nixpkgs;
|
||||
let inherit (dev.lib) flake-utils nixpkgs;
|
||||
in flake-utils.lib.eachDefaultSystem (system:
|
||||
let
|
||||
pkgs = import nixpkgs { inherit system; };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue