Change input style in templates

This commit is contained in:
Luc Perkins 2022-08-20 13:06:53 +03:00
parent 7d2f532169
commit e788a09be9
No known key found for this signature in database
GPG key ID: 4F102D0C16E232F2
49 changed files with 280 additions and 699 deletions

View file

@ -1,24 +1,5 @@
{ {
"nodes": { "nodes": {
"dev": {
"inputs": {
"flake-utils": "flake-utils",
"nixpkgs": "nixpkgs"
},
"locked": {
"lastModified": 1660405218,
"narHash": "sha256-brLy2+HlzrFwBX5jMCYgtnCXX3gsXPIQlw0k4DjFOvw=",
"owner": "the-nix-way",
"repo": "dev-templates",
"rev": "d66e34d345aaf8e0cbc406483e95cbdb6daa7712",
"type": "github"
},
"original": {
"owner": "the-nix-way",
"repo": "dev-templates",
"type": "github"
}
},
"flake-utils": { "flake-utils": {
"locked": { "locked": {
"lastModified": 1659877975, "lastModified": 1659877975,
@ -36,23 +17,23 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1660375717, "lastModified": 1660984654,
"narHash": "sha256-U/wSSm6eMfNoMG2Rq48+KPwJIq8bfuW/qcf5digYZ8g=", "narHash": "sha256-fDcsh8rm2o8cj+WFL8Y2cAqnsej0UGJa+Sy8U2nFg0Q=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "65c15b0a26593a77e65e4212d8d9f58d83844f07", "rev": "392c83491dcc21d17ab8ea1f809f8f7bd567a5a3",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "NixOS", "owner": "NixOS",
"ref": "nixpkgs-unstable",
"repo": "nixpkgs", "repo": "nixpkgs",
"type": "github" "type": "github"
} }
}, },
"root": { "root": {
"inputs": { "inputs": {
"dev": "dev" "flake-utils": "flake-utils",
"nixpkgs": "nixpkgs"
} }
} }
}, },

View file

@ -1,11 +1,13 @@
{ {
description = "A Nix-flake-based Clojure development environment"; description = "A Nix-flake-based Clojure development environment";
inputs = { dev.url = "github:the-nix-way/dev-templates"; }; inputs = {
flake-utils.url = "github:numtide/flake-utils";
nixpkgs.url = "github:NixOS/nixpkgs";
};
outputs = { self, dev }: outputs = { self, flake-utils, nixpkgs }:
let inherit (dev.lib) flake-utils nixpkgs; flake-utils.lib.eachDefaultSystem (system:
in flake-utils.lib.eachDefaultSystem (system:
let let
jdk = "jdk17"; jdk = "jdk17";

View file

@ -1,24 +1,5 @@
{ {
"nodes": { "nodes": {
"dev": {
"inputs": {
"flake-utils": "flake-utils",
"nixpkgs": "nixpkgs"
},
"locked": {
"lastModified": 1660405218,
"narHash": "sha256-brLy2+HlzrFwBX5jMCYgtnCXX3gsXPIQlw0k4DjFOvw=",
"owner": "the-nix-way",
"repo": "dev-templates",
"rev": "d66e34d345aaf8e0cbc406483e95cbdb6daa7712",
"type": "github"
},
"original": {
"owner": "the-nix-way",
"repo": "dev-templates",
"type": "github"
}
},
"flake-utils": { "flake-utils": {
"locked": { "locked": {
"lastModified": 1659877975, "lastModified": 1659877975,
@ -36,23 +17,23 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1660375717, "lastModified": 1660984654,
"narHash": "sha256-U/wSSm6eMfNoMG2Rq48+KPwJIq8bfuW/qcf5digYZ8g=", "narHash": "sha256-fDcsh8rm2o8cj+WFL8Y2cAqnsej0UGJa+Sy8U2nFg0Q=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "65c15b0a26593a77e65e4212d8d9f58d83844f07", "rev": "392c83491dcc21d17ab8ea1f809f8f7bd567a5a3",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "NixOS", "owner": "NixOS",
"ref": "nixpkgs-unstable",
"repo": "nixpkgs", "repo": "nixpkgs",
"type": "github" "type": "github"
} }
}, },
"root": { "root": {
"inputs": { "inputs": {
"dev": "dev" "flake-utils": "flake-utils",
"nixpkgs": "nixpkgs"
} }
} }
}, },

View file

@ -1,11 +1,13 @@
{ {
description = "A Nix-flake-based Cue development environment"; description = "A Nix-flake-based Cue development environment";
inputs = { dev.url = "github:the-nix-way/dev-templates"; }; inputs = {
flake-utils.url = "github:numtide/flake-utils";
nixpkgs.url = "github:NixOS/nixpkgs";
};
outputs = { self, dev }: outputs = { self, flake-utils, nixpkgs }:
let inherit (dev.lib) flake-utils nixpkgs; flake-utils.lib.eachDefaultSystem (system:
in flake-utils.lib.eachDefaultSystem (system:
let let
pkgs = import nixpkgs { inherit system; }; pkgs = import nixpkgs { inherit system; };
inherit (pkgs) cue mkShell; inherit (pkgs) cue mkShell;

View file

@ -1,24 +1,5 @@
{ {
"nodes": { "nodes": {
"dev": {
"inputs": {
"flake-utils": "flake-utils",
"nixpkgs": "nixpkgs"
},
"locked": {
"lastModified": 1660405218,
"narHash": "sha256-brLy2+HlzrFwBX5jMCYgtnCXX3gsXPIQlw0k4DjFOvw=",
"owner": "the-nix-way",
"repo": "dev-templates",
"rev": "d66e34d345aaf8e0cbc406483e95cbdb6daa7712",
"type": "github"
},
"original": {
"owner": "the-nix-way",
"repo": "dev-templates",
"type": "github"
}
},
"flake-utils": { "flake-utils": {
"locked": { "locked": {
"lastModified": 1659877975, "lastModified": 1659877975,
@ -36,23 +17,23 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1660375717, "lastModified": 1660984654,
"narHash": "sha256-U/wSSm6eMfNoMG2Rq48+KPwJIq8bfuW/qcf5digYZ8g=", "narHash": "sha256-fDcsh8rm2o8cj+WFL8Y2cAqnsej0UGJa+Sy8U2nFg0Q=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "65c15b0a26593a77e65e4212d8d9f58d83844f07", "rev": "392c83491dcc21d17ab8ea1f809f8f7bd567a5a3",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "NixOS", "owner": "NixOS",
"ref": "nixpkgs-unstable",
"repo": "nixpkgs", "repo": "nixpkgs",
"type": "github" "type": "github"
} }
}, },
"root": { "root": {
"inputs": { "inputs": {
"dev": "dev" "flake-utils": "flake-utils",
"nixpkgs": "nixpkgs"
} }
} }
}, },

View file

@ -1,11 +1,13 @@
{ {
description = "A Nix-flake-based Dhall development environment"; description = "A Nix-flake-based Dhall development environment";
inputs = { dev.url = "github:the-nix-way/dev-templates"; }; inputs = {
flake-utils.url = "github:numtide/flake-utils";
nixpkgs.url = "github:NixOS/nixpkgs";
};
outputs = { self, dev }: outputs = { self, flake-utils, nixpkgs }:
let inherit (dev.lib) flake-utils nixpkgs; flake-utils.lib.eachDefaultSystem (system:
in flake-utils.lib.eachDefaultSystem (system:
let let
pkgs = import nixpkgs { inherit system; }; pkgs = import nixpkgs { inherit system; };
dhall = pkgs.dhall; dhall = pkgs.dhall;

View file

@ -1,24 +1,5 @@
{ {
"nodes": { "nodes": {
"dev": {
"inputs": {
"flake-utils": "flake-utils",
"nixpkgs": "nixpkgs"
},
"locked": {
"lastModified": 1660405218,
"narHash": "sha256-brLy2+HlzrFwBX5jMCYgtnCXX3gsXPIQlw0k4DjFOvw=",
"owner": "the-nix-way",
"repo": "dev-templates",
"rev": "d66e34d345aaf8e0cbc406483e95cbdb6daa7712",
"type": "github"
},
"original": {
"owner": "the-nix-way",
"repo": "dev-templates",
"type": "github"
}
},
"flake-utils": { "flake-utils": {
"locked": { "locked": {
"lastModified": 1659877975, "lastModified": 1659877975,
@ -36,23 +17,23 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1660375717, "lastModified": 1660984654,
"narHash": "sha256-U/wSSm6eMfNoMG2Rq48+KPwJIq8bfuW/qcf5digYZ8g=", "narHash": "sha256-fDcsh8rm2o8cj+WFL8Y2cAqnsej0UGJa+Sy8U2nFg0Q=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "65c15b0a26593a77e65e4212d8d9f58d83844f07", "rev": "392c83491dcc21d17ab8ea1f809f8f7bd567a5a3",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "NixOS", "owner": "NixOS",
"ref": "nixpkgs-unstable",
"repo": "nixpkgs", "repo": "nixpkgs",
"type": "github" "type": "github"
} }
}, },
"root": { "root": {
"inputs": { "inputs": {
"dev": "dev" "flake-utils": "flake-utils",
"nixpkgs": "nixpkgs"
} }
} }
}, },

View file

@ -1,11 +1,13 @@
{ {
description = "A Nix-flake-based Elixir development environment"; description = "A Nix-flake-based Elixir development environment";
inputs = { dev.url = "github:the-nix-way/dev-templates"; }; inputs = {
flake-utils.url = "github:numtide/flake-utils";
nixpkgs.url = "github:NixOS/nixpkgs";
};
outputs = { self, dev }: outputs = { self, flake-utils, nixpkgs }:
let inherit (dev.lib) flake-utils nixpkgs; flake-utils.lib.eachDefaultSystem (system:
in flake-utils.lib.eachDefaultSystem (system:
let let
pkgs = import nixpkgs { inherit system; }; pkgs = import nixpkgs { inherit system; };

View file

@ -1,24 +1,5 @@
{ {
"nodes": { "nodes": {
"dev": {
"inputs": {
"flake-utils": "flake-utils",
"nixpkgs": "nixpkgs"
},
"locked": {
"lastModified": 1660405218,
"narHash": "sha256-brLy2+HlzrFwBX5jMCYgtnCXX3gsXPIQlw0k4DjFOvw=",
"owner": "the-nix-way",
"repo": "dev-templates",
"rev": "d66e34d345aaf8e0cbc406483e95cbdb6daa7712",
"type": "github"
},
"original": {
"owner": "the-nix-way",
"repo": "dev-templates",
"type": "github"
}
},
"flake-utils": { "flake-utils": {
"locked": { "locked": {
"lastModified": 1659877975, "lastModified": 1659877975,
@ -36,23 +17,23 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1660375717, "lastModified": 1660984654,
"narHash": "sha256-U/wSSm6eMfNoMG2Rq48+KPwJIq8bfuW/qcf5digYZ8g=", "narHash": "sha256-fDcsh8rm2o8cj+WFL8Y2cAqnsej0UGJa+Sy8U2nFg0Q=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "65c15b0a26593a77e65e4212d8d9f58d83844f07", "rev": "392c83491dcc21d17ab8ea1f809f8f7bd567a5a3",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "NixOS", "owner": "NixOS",
"ref": "nixpkgs-unstable",
"repo": "nixpkgs", "repo": "nixpkgs",
"type": "github" "type": "github"
} }
}, },
"root": { "root": {
"inputs": { "inputs": {
"dev": "dev" "flake-utils": "flake-utils",
"nixpkgs": "nixpkgs"
} }
} }
}, },

View file

@ -1,11 +1,13 @@
{ {
description = "A Nix-flake-based Elm development environment"; description = "A Nix-flake-based Elm development environment";
inputs = { dev.url = "github:the-nix-way/dev-templates"; }; inputs = {
flake-utils.url = "github:numtide/flake-utils";
nixpkgs.url = "github:NixOS/nixpkgs";
};
outputs = { self, dev }: outputs = { self, flake-utils, nixpkgs }:
let inherit (dev.lib) flake-utils nixpkgs; flake-utils.lib.eachDefaultSystem (system:
in flake-utils.lib.eachDefaultSystem (system:
let let
pkgs = import nixpkgs { inherit system; }; pkgs = import nixpkgs { inherit system; };
inherit (pkgs) mkShell; inherit (pkgs) mkShell;

View file

@ -7,7 +7,7 @@
flake-utils.url = "github:numtide/flake-utils"; flake-utils.url = "github:numtide/flake-utils";
}; };
outputs = { self, nixpkgs, flake-utils }: outputs = { self, flake-utils, nixpkgs }:
{ {
templates = { templates = {
cue = { cue = {
@ -120,10 +120,6 @@
description = "Zig development environment"; description = "Zig development environment";
}; };
}; };
lib = {
inherit flake-utils nixpkgs;
};
} // flake-utils.lib.eachDefaultSystem (system: } // flake-utils.lib.eachDefaultSystem (system:
let let
pkgs = import nixpkgs { inherit system; }; pkgs = import nixpkgs { inherit system; };
@ -139,16 +135,13 @@
( (
cd $dir cd $dir
${exec "nix"} flake update # Update flake.lock ${exec "nix"} flake update # Update flake.lock
${exec "direnv"} reload # Make sure things work after the update ${
exec "direnv"
} reload # Make sure things work after the update
) )
done done
''; '';
in { in {
devShells = { devShells = { default = mkShell { buildInputs = [ format update ]; }; };
default = mkShell { });
buildInputs = [ format update ];
};
};
}
);
} }

View file

@ -1,24 +1,5 @@
{ {
"nodes": { "nodes": {
"dev": {
"inputs": {
"flake-utils": "flake-utils",
"nixpkgs": "nixpkgs"
},
"locked": {
"lastModified": 1660405218,
"narHash": "sha256-brLy2+HlzrFwBX5jMCYgtnCXX3gsXPIQlw0k4DjFOvw=",
"owner": "the-nix-way",
"repo": "dev-templates",
"rev": "d66e34d345aaf8e0cbc406483e95cbdb6daa7712",
"type": "github"
},
"original": {
"owner": "the-nix-way",
"repo": "dev-templates",
"type": "github"
}
},
"flake-utils": { "flake-utils": {
"locked": { "locked": {
"lastModified": 1659877975, "lastModified": 1659877975,
@ -36,23 +17,23 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1660375717, "lastModified": 1660984654,
"narHash": "sha256-U/wSSm6eMfNoMG2Rq48+KPwJIq8bfuW/qcf5digYZ8g=", "narHash": "sha256-fDcsh8rm2o8cj+WFL8Y2cAqnsej0UGJa+Sy8U2nFg0Q=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "65c15b0a26593a77e65e4212d8d9f58d83844f07", "rev": "392c83491dcc21d17ab8ea1f809f8f7bd567a5a3",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "NixOS", "owner": "NixOS",
"ref": "nixpkgs-unstable",
"repo": "nixpkgs", "repo": "nixpkgs",
"type": "github" "type": "github"
} }
}, },
"root": { "root": {
"inputs": { "inputs": {
"dev": "dev" "flake-utils": "flake-utils",
"nixpkgs": "nixpkgs"
} }
} }
}, },

View file

@ -1,11 +1,13 @@
{ {
description = "A Nix-flake-based Gleam development environment"; description = "A Nix-flake-based Gleam development environment";
inputs = { dev.url = "github:the-nix-way/dev-templates"; }; inputs = {
flake-utils.url = "github:numtide/flake-utils";
nixpkgs.url = "github:NixOS/nixpkgs";
};
outputs = { self, dev }: outputs = { self, flake-utils, nixpkgs }:
let inherit (dev.lib) flake-utils nixpkgs; flake-utils.lib.eachDefaultSystem (system:
in flake-utils.lib.eachDefaultSystem (system:
let let
pkgs = import nixpkgs { inherit system; }; pkgs = import nixpkgs { inherit system; };
gleamPkg = pkgs.gleam; gleamPkg = pkgs.gleam;

View file

@ -1,24 +1,5 @@
{ {
"nodes": { "nodes": {
"dev": {
"inputs": {
"flake-utils": "flake-utils",
"nixpkgs": "nixpkgs"
},
"locked": {
"lastModified": 1660405218,
"narHash": "sha256-brLy2+HlzrFwBX5jMCYgtnCXX3gsXPIQlw0k4DjFOvw=",
"owner": "the-nix-way",
"repo": "dev-templates",
"rev": "d66e34d345aaf8e0cbc406483e95cbdb6daa7712",
"type": "github"
},
"original": {
"owner": "the-nix-way",
"repo": "dev-templates",
"type": "github"
}
},
"flake-utils": { "flake-utils": {
"locked": { "locked": {
"lastModified": 1659877975, "lastModified": 1659877975,
@ -36,23 +17,23 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1660375717, "lastModified": 1660984654,
"narHash": "sha256-U/wSSm6eMfNoMG2Rq48+KPwJIq8bfuW/qcf5digYZ8g=", "narHash": "sha256-fDcsh8rm2o8cj+WFL8Y2cAqnsej0UGJa+Sy8U2nFg0Q=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "65c15b0a26593a77e65e4212d8d9f58d83844f07", "rev": "392c83491dcc21d17ab8ea1f809f8f7bd567a5a3",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "NixOS", "owner": "NixOS",
"ref": "nixpkgs-unstable",
"repo": "nixpkgs", "repo": "nixpkgs",
"type": "github" "type": "github"
} }
}, },
"root": { "root": {
"inputs": { "inputs": {
"dev": "dev" "flake-utils": "flake-utils",
"nixpkgs": "nixpkgs"
} }
} }
}, },

View file

@ -1,11 +1,13 @@
{ {
description = "A Nix-flake-based Go 1.17 development environment"; description = "A Nix-flake-based Go 1.17 development environment";
inputs = { dev.url = "github:the-nix-way/dev-templates"; }; inputs = {
flake-utils.url = "github:numtide/flake-utils";
nixpkgs.url = "github:NixOS/nixpkgs";
};
outputs = { self, dev }: outputs = { self, flake-utils, nixpkgs }:
let inherit (dev.lib) flake-utils nixpkgs; flake-utils.lib.eachDefaultSystem (system:
in flake-utils.lib.eachDefaultSystem (system:
let let
pkgs = import nixpkgs { inherit system; }; pkgs = import nixpkgs { inherit system; };
goPkg = pkgs.go_1_17; goPkg = pkgs.go_1_17;

View file

@ -1,24 +1,5 @@
{ {
"nodes": { "nodes": {
"dev": {
"inputs": {
"flake-utils": "flake-utils",
"nixpkgs": "nixpkgs"
},
"locked": {
"lastModified": 1660405218,
"narHash": "sha256-brLy2+HlzrFwBX5jMCYgtnCXX3gsXPIQlw0k4DjFOvw=",
"owner": "the-nix-way",
"repo": "dev-templates",
"rev": "d66e34d345aaf8e0cbc406483e95cbdb6daa7712",
"type": "github"
},
"original": {
"owner": "the-nix-way",
"repo": "dev-templates",
"type": "github"
}
},
"flake-utils": { "flake-utils": {
"locked": { "locked": {
"lastModified": 1659877975, "lastModified": 1659877975,
@ -36,23 +17,23 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1660375717, "lastModified": 1660984654,
"narHash": "sha256-U/wSSm6eMfNoMG2Rq48+KPwJIq8bfuW/qcf5digYZ8g=", "narHash": "sha256-fDcsh8rm2o8cj+WFL8Y2cAqnsej0UGJa+Sy8U2nFg0Q=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "65c15b0a26593a77e65e4212d8d9f58d83844f07", "rev": "392c83491dcc21d17ab8ea1f809f8f7bd567a5a3",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "NixOS", "owner": "NixOS",
"ref": "nixpkgs-unstable",
"repo": "nixpkgs", "repo": "nixpkgs",
"type": "github" "type": "github"
} }
}, },
"root": { "root": {
"inputs": { "inputs": {
"dev": "dev" "flake-utils": "flake-utils",
"nixpkgs": "nixpkgs"
} }
} }
}, },

View file

@ -1,11 +1,13 @@
{ {
description = "A Nix-flake-based Go 1.18 development environment"; description = "A Nix-flake-based Go 1.18 development environment";
inputs = { dev.url = "github:the-nix-way/dev-templates"; }; inputs = {
flake-utils.url = "github:numtide/flake-utils";
nixpkgs.url = "github:NixOS/nixpkgs";
};
outputs = { self, dev }: outputs = { self, flake-utils, nixpkgs }:
let inherit (dev.lib) flake-utils nixpkgs; flake-utils.lib.eachDefaultSystem (system:
in flake-utils.lib.eachDefaultSystem (system:
let let
pkgs = import nixpkgs { inherit system; }; pkgs = import nixpkgs { inherit system; };
goPkg = pkgs.go_1_18; goPkg = pkgs.go_1_18;

View file

@ -1,24 +1,5 @@
{ {
"nodes": { "nodes": {
"dev": {
"inputs": {
"flake-utils": "flake-utils",
"nixpkgs": "nixpkgs"
},
"locked": {
"lastModified": 1660405218,
"narHash": "sha256-brLy2+HlzrFwBX5jMCYgtnCXX3gsXPIQlw0k4DjFOvw=",
"owner": "the-nix-way",
"repo": "dev-templates",
"rev": "d66e34d345aaf8e0cbc406483e95cbdb6daa7712",
"type": "github"
},
"original": {
"owner": "the-nix-way",
"repo": "dev-templates",
"type": "github"
}
},
"flake-utils": { "flake-utils": {
"locked": { "locked": {
"lastModified": 1659877975, "lastModified": 1659877975,
@ -36,23 +17,23 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1660375717, "lastModified": 1660984654,
"narHash": "sha256-U/wSSm6eMfNoMG2Rq48+KPwJIq8bfuW/qcf5digYZ8g=", "narHash": "sha256-fDcsh8rm2o8cj+WFL8Y2cAqnsej0UGJa+Sy8U2nFg0Q=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "65c15b0a26593a77e65e4212d8d9f58d83844f07", "rev": "392c83491dcc21d17ab8ea1f809f8f7bd567a5a3",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "NixOS", "owner": "NixOS",
"ref": "nixpkgs-unstable",
"repo": "nixpkgs", "repo": "nixpkgs",
"type": "github" "type": "github"
} }
}, },
"root": { "root": {
"inputs": { "inputs": {
"dev": "dev" "flake-utils": "flake-utils",
"nixpkgs": "nixpkgs"
} }
} }
}, },

View file

@ -2,11 +2,13 @@
description = description =
"A Nix-flake-based development environment for Terraform, Packer, and Nomad"; "A Nix-flake-based development environment for Terraform, Packer, and Nomad";
inputs = { dev.url = "github:the-nix-way/dev-templates"; }; inputs = {
flake-utils.url = "github:numtide/flake-utils";
nixpkgs.url = "github:NixOS/nixpkgs";
};
outputs = { self, dev }: outputs = { self, flake-utils, nixpkgs }:
let inherit (dev.lib) flake-utils nixpkgs; flake-utils.lib.eachDefaultSystem (system:
in flake-utils.lib.eachDefaultSystem (system:
let let
pkgs = import nixpkgs { inherit system; }; pkgs = import nixpkgs { inherit system; };

View file

@ -1,24 +1,5 @@
{ {
"nodes": { "nodes": {
"dev": {
"inputs": {
"flake-utils": "flake-utils",
"nixpkgs": "nixpkgs"
},
"locked": {
"lastModified": 1660405218,
"narHash": "sha256-brLy2+HlzrFwBX5jMCYgtnCXX3gsXPIQlw0k4DjFOvw=",
"owner": "the-nix-way",
"repo": "dev-templates",
"rev": "d66e34d345aaf8e0cbc406483e95cbdb6daa7712",
"type": "github"
},
"original": {
"owner": "the-nix-way",
"repo": "dev-templates",
"type": "github"
}
},
"flake-utils": { "flake-utils": {
"locked": { "locked": {
"lastModified": 1659877975, "lastModified": 1659877975,
@ -36,23 +17,23 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1660375717, "lastModified": 1660984654,
"narHash": "sha256-U/wSSm6eMfNoMG2Rq48+KPwJIq8bfuW/qcf5digYZ8g=", "narHash": "sha256-fDcsh8rm2o8cj+WFL8Y2cAqnsej0UGJa+Sy8U2nFg0Q=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "65c15b0a26593a77e65e4212d8d9f58d83844f07", "rev": "392c83491dcc21d17ab8ea1f809f8f7bd567a5a3",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "NixOS", "owner": "NixOS",
"ref": "nixpkgs-unstable",
"repo": "nixpkgs", "repo": "nixpkgs",
"type": "github" "type": "github"
} }
}, },
"root": { "root": {
"inputs": { "inputs": {
"dev": "dev" "flake-utils": "flake-utils",
"nixpkgs": "nixpkgs"
} }
} }
}, },

View file

@ -1,11 +1,13 @@
{ {
description = "A Nix-flake-based Haskell development environment"; description = "A Nix-flake-based Haskell development environment";
inputs = { dev.url = "github:the-nix-way/dev-templates"; }; inputs = {
flake-utils.url = "github:numtide/flake-utils";
nixpkgs.url = "github:NixOS/nixpkgs";
};
outputs = { self, dev }: outputs = { self, flake-utils, nixpkgs }:
let inherit (dev.lib) flake-utils nixpkgs; flake-utils.lib.eachDefaultSystem (system:
in flake-utils.lib.eachDefaultSystem (system:
let let
pkgs = import nixpkgs { inherit system; }; pkgs = import nixpkgs { inherit system; };
inherit (pkgs) cabal-install ghc mkShell; inherit (pkgs) cabal-install ghc mkShell;

View file

@ -1,24 +1,5 @@
{ {
"nodes": { "nodes": {
"dev": {
"inputs": {
"flake-utils": "flake-utils",
"nixpkgs": "nixpkgs"
},
"locked": {
"lastModified": 1660405218,
"narHash": "sha256-brLy2+HlzrFwBX5jMCYgtnCXX3gsXPIQlw0k4DjFOvw=",
"owner": "the-nix-way",
"repo": "dev-templates",
"rev": "d66e34d345aaf8e0cbc406483e95cbdb6daa7712",
"type": "github"
},
"original": {
"owner": "the-nix-way",
"repo": "dev-templates",
"type": "github"
}
},
"flake-utils": { "flake-utils": {
"locked": { "locked": {
"lastModified": 1659877975, "lastModified": 1659877975,
@ -36,23 +17,23 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1660375717, "lastModified": 1660984654,
"narHash": "sha256-U/wSSm6eMfNoMG2Rq48+KPwJIq8bfuW/qcf5digYZ8g=", "narHash": "sha256-fDcsh8rm2o8cj+WFL8Y2cAqnsej0UGJa+Sy8U2nFg0Q=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "65c15b0a26593a77e65e4212d8d9f58d83844f07", "rev": "392c83491dcc21d17ab8ea1f809f8f7bd567a5a3",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "NixOS", "owner": "NixOS",
"ref": "nixpkgs-unstable",
"repo": "nixpkgs", "repo": "nixpkgs",
"type": "github" "type": "github"
} }
}, },
"root": { "root": {
"inputs": { "inputs": {
"dev": "dev" "flake-utils": "flake-utils",
"nixpkgs": "nixpkgs"
} }
} }
}, },

View file

@ -1,11 +1,13 @@
{ {
description = "A Nix-flake-based Java development environment"; description = "A Nix-flake-based Java development environment";
inputs = { dev.url = "github:the-nix-way/dev-templates"; }; inputs = {
flake-utils.url = "github:numtide/flake-utils";
nixpkgs.url = "github:NixOS/nixpkgs";
};
outputs = { self, dev }: outputs = { self, flake-utils, nixpkgs }:
let inherit (dev.lib) flake-utils nixpkgs; flake-utils.lib.eachDefaultSystem (system:
in flake-utils.lib.eachDefaultSystem (system:
let let
jdk = pkgs.jdk17; jdk = pkgs.jdk17;

View file

@ -1,24 +1,5 @@
{ {
"nodes": { "nodes": {
"dev": {
"inputs": {
"flake-utils": "flake-utils",
"nixpkgs": "nixpkgs"
},
"locked": {
"lastModified": 1660405218,
"narHash": "sha256-brLy2+HlzrFwBX5jMCYgtnCXX3gsXPIQlw0k4DjFOvw=",
"owner": "the-nix-way",
"repo": "dev-templates",
"rev": "d66e34d345aaf8e0cbc406483e95cbdb6daa7712",
"type": "github"
},
"original": {
"owner": "the-nix-way",
"repo": "dev-templates",
"type": "github"
}
},
"flake-utils": { "flake-utils": {
"locked": { "locked": {
"lastModified": 1659877975, "lastModified": 1659877975,
@ -36,23 +17,23 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1660375717, "lastModified": 1660984654,
"narHash": "sha256-U/wSSm6eMfNoMG2Rq48+KPwJIq8bfuW/qcf5digYZ8g=", "narHash": "sha256-fDcsh8rm2o8cj+WFL8Y2cAqnsej0UGJa+Sy8U2nFg0Q=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "65c15b0a26593a77e65e4212d8d9f58d83844f07", "rev": "392c83491dcc21d17ab8ea1f809f8f7bd567a5a3",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "NixOS", "owner": "NixOS",
"ref": "nixpkgs-unstable",
"repo": "nixpkgs", "repo": "nixpkgs",
"type": "github" "type": "github"
} }
}, },
"root": { "root": {
"inputs": { "inputs": {
"dev": "dev" "flake-utils": "flake-utils",
"nixpkgs": "nixpkgs"
} }
} }
}, },

View file

@ -1,11 +1,13 @@
{ {
description = "A Nix-flake-based Kotlin development environment"; description = "A Nix-flake-based Kotlin development environment";
inputs = { dev.url = "github:the-nix-way/dev-templates"; }; inputs = {
flake-utils.url = "github:numtide/flake-utils";
nixpkgs.url = "github:NixOS/nixpkgs";
};
outputs = { self, dev }: outputs = { self, flake-utils, nixpkgs }:
let inherit (dev.lib) flake-utils nixpkgs; flake-utils.lib.eachDefaultSystem (system:
in flake-utils.lib.eachDefaultSystem (system:
let let
jdk = pkgs.jdk17; jdk = pkgs.jdk17;

View file

@ -1,24 +1,5 @@
{ {
"nodes": { "nodes": {
"dev": {
"inputs": {
"flake-utils": "flake-utils",
"nixpkgs": "nixpkgs"
},
"locked": {
"lastModified": 1660405218,
"narHash": "sha256-brLy2+HlzrFwBX5jMCYgtnCXX3gsXPIQlw0k4DjFOvw=",
"owner": "the-nix-way",
"repo": "dev-templates",
"rev": "d66e34d345aaf8e0cbc406483e95cbdb6daa7712",
"type": "github"
},
"original": {
"owner": "the-nix-way",
"repo": "dev-templates",
"type": "github"
}
},
"flake-utils": { "flake-utils": {
"locked": { "locked": {
"lastModified": 1659877975, "lastModified": 1659877975,
@ -36,23 +17,23 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1660375717, "lastModified": 1660984654,
"narHash": "sha256-U/wSSm6eMfNoMG2Rq48+KPwJIq8bfuW/qcf5digYZ8g=", "narHash": "sha256-fDcsh8rm2o8cj+WFL8Y2cAqnsej0UGJa+Sy8U2nFg0Q=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "65c15b0a26593a77e65e4212d8d9f58d83844f07", "rev": "392c83491dcc21d17ab8ea1f809f8f7bd567a5a3",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "NixOS", "owner": "NixOS",
"ref": "nixpkgs-unstable",
"repo": "nixpkgs", "repo": "nixpkgs",
"type": "github" "type": "github"
} }
}, },
"root": { "root": {
"inputs": { "inputs": {
"dev": "dev" "flake-utils": "flake-utils",
"nixpkgs": "nixpkgs"
} }
} }
}, },

View file

@ -1,11 +1,13 @@
{ {
description = "A Nix-flake-based Protobuf development environment"; description = "A Nix-flake-based Protobuf development environment";
inputs = { dev.url = "github:the-nix-way/dev-templates"; }; inputs = {
flake-utils.url = "github:numtide/flake-utils";
nixpkgs.url = "github:NixOS/nixpkgs";
};
outputs = { self, dev }: outputs = { self, flake-utils, nixpkgs }:
let inherit (dev.lib) flake-utils nixpkgs; flake-utils.lib.eachDefaultSystem (system:
in flake-utils.lib.eachDefaultSystem (system:
let let
pkgs = import nixpkgs { inherit system; }; pkgs = import nixpkgs { inherit system; };
inherit (pkgs) mkShell nickel; inherit (pkgs) mkShell nickel;

View file

@ -1,24 +1,5 @@
{ {
"nodes": { "nodes": {
"dev": {
"inputs": {
"flake-utils": "flake-utils",
"nixpkgs": "nixpkgs"
},
"locked": {
"lastModified": 1660405218,
"narHash": "sha256-brLy2+HlzrFwBX5jMCYgtnCXX3gsXPIQlw0k4DjFOvw=",
"owner": "the-nix-way",
"repo": "dev-templates",
"rev": "d66e34d345aaf8e0cbc406483e95cbdb6daa7712",
"type": "github"
},
"original": {
"owner": "the-nix-way",
"repo": "dev-templates",
"type": "github"
}
},
"flake-utils": { "flake-utils": {
"locked": { "locked": {
"lastModified": 1659877975, "lastModified": 1659877975,
@ -36,23 +17,23 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1660375717, "lastModified": 1660984654,
"narHash": "sha256-U/wSSm6eMfNoMG2Rq48+KPwJIq8bfuW/qcf5digYZ8g=", "narHash": "sha256-fDcsh8rm2o8cj+WFL8Y2cAqnsej0UGJa+Sy8U2nFg0Q=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "65c15b0a26593a77e65e4212d8d9f58d83844f07", "rev": "392c83491dcc21d17ab8ea1f809f8f7bd567a5a3",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "NixOS", "owner": "NixOS",
"ref": "nixpkgs-unstable",
"repo": "nixpkgs", "repo": "nixpkgs",
"type": "github" "type": "github"
} }
}, },
"root": { "root": {
"inputs": { "inputs": {
"dev": "dev" "flake-utils": "flake-utils",
"nixpkgs": "nixpkgs"
} }
} }
}, },

View file

@ -1,11 +1,13 @@
{ {
description = "A Nix-flake-based Nim development environment"; description = "A Nix-flake-based Nim development environment";
inputs = { dev.url = "github:the-nix-way/dev-templates"; }; inputs = {
flake-utils.url = "github:numtide/flake-utils";
nixpkgs.url = "github:NixOS/nixpkgs";
};
outputs = { self, dev }: outputs = { self, flake-utils, nixpkgs }:
let inherit (dev.lib) flake-utils nixpkgs; flake-utils.lib.eachDefaultSystem (system:
in flake-utils.lib.eachDefaultSystem (system:
let let
pkgs = import nixpkgs { inherit system; }; pkgs = import nixpkgs { inherit system; };
inherit (pkgs) mkShell nim; inherit (pkgs) mkShell nim;

View file

@ -1,24 +1,5 @@
{ {
"nodes": { "nodes": {
"dev": {
"inputs": {
"flake-utils": "flake-utils",
"nixpkgs": "nixpkgs"
},
"locked": {
"lastModified": 1660405218,
"narHash": "sha256-brLy2+HlzrFwBX5jMCYgtnCXX3gsXPIQlw0k4DjFOvw=",
"owner": "the-nix-way",
"repo": "dev-templates",
"rev": "d66e34d345aaf8e0cbc406483e95cbdb6daa7712",
"type": "github"
},
"original": {
"owner": "the-nix-way",
"repo": "dev-templates",
"type": "github"
}
},
"flake-utils": { "flake-utils": {
"locked": { "locked": {
"lastModified": 1659877975, "lastModified": 1659877975,
@ -36,23 +17,23 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1660375717, "lastModified": 1660984654,
"narHash": "sha256-U/wSSm6eMfNoMG2Rq48+KPwJIq8bfuW/qcf5digYZ8g=", "narHash": "sha256-fDcsh8rm2o8cj+WFL8Y2cAqnsej0UGJa+Sy8U2nFg0Q=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "65c15b0a26593a77e65e4212d8d9f58d83844f07", "rev": "392c83491dcc21d17ab8ea1f809f8f7bd567a5a3",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "NixOS", "owner": "NixOS",
"ref": "nixpkgs-unstable",
"repo": "nixpkgs", "repo": "nixpkgs",
"type": "github" "type": "github"
} }
}, },
"root": { "root": {
"inputs": { "inputs": {
"dev": "dev" "flake-utils": "flake-utils",
"nixpkgs": "nixpkgs"
} }
} }
}, },

View file

@ -1,11 +1,13 @@
{ {
description = "A Nix-flake-based Nix development environment"; description = "A Nix-flake-based Nix development environment";
inputs = { dev.url = "github:the-nix-way/dev-templates"; }; inputs = {
flake-utils.url = "github:numtide/flake-utils";
nixpkgs.url = "github:NixOS/nixpkgs";
};
outputs = { self, dev }: outputs = { self, flake-utils, nixpkgs }:
let inherit (dev.lib) flake-utils nixpkgs; flake-utils.lib.eachDefaultSystem (system:
in flake-utils.lib.eachDefaultSystem (system:
let let
pkgs = import nixpkgs { inherit system; }; pkgs = import nixpkgs { inherit system; };

View file

@ -1,24 +1,5 @@
{ {
"nodes": { "nodes": {
"dev": {
"inputs": {
"flake-utils": "flake-utils",
"nixpkgs": "nixpkgs"
},
"locked": {
"lastModified": 1660405218,
"narHash": "sha256-brLy2+HlzrFwBX5jMCYgtnCXX3gsXPIQlw0k4DjFOvw=",
"owner": "the-nix-way",
"repo": "dev-templates",
"rev": "d66e34d345aaf8e0cbc406483e95cbdb6daa7712",
"type": "github"
},
"original": {
"owner": "the-nix-way",
"repo": "dev-templates",
"type": "github"
}
},
"flake-utils": { "flake-utils": {
"locked": { "locked": {
"lastModified": 1659877975, "lastModified": 1659877975,
@ -36,23 +17,23 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1660375717, "lastModified": 1660984654,
"narHash": "sha256-U/wSSm6eMfNoMG2Rq48+KPwJIq8bfuW/qcf5digYZ8g=", "narHash": "sha256-fDcsh8rm2o8cj+WFL8Y2cAqnsej0UGJa+Sy8U2nFg0Q=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "65c15b0a26593a77e65e4212d8d9f58d83844f07", "rev": "392c83491dcc21d17ab8ea1f809f8f7bd567a5a3",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "NixOS", "owner": "NixOS",
"ref": "nixpkgs-unstable",
"repo": "nixpkgs", "repo": "nixpkgs",
"type": "github" "type": "github"
} }
}, },
"root": { "root": {
"inputs": { "inputs": {
"dev": "dev" "flake-utils": "flake-utils",
"nixpkgs": "nixpkgs"
} }
} }
}, },

View file

@ -1,11 +1,13 @@
{ {
description = "A Nix-flake-based Node.js development environment"; description = "A Nix-flake-based Node.js development environment";
inputs = { dev.url = "github:the-nix-way/dev-templates"; }; inputs = {
flake-utils.url = "github:numtide/flake-utils";
nixpkgs.url = "github:NixOS/nixpkgs";
};
outputs = { self, dev }: outputs = { self, flake-utils, nixpkgs }:
let inherit (dev.lib) flake-utils nixpkgs; flake-utils.lib.eachDefaultSystem (system:
in flake-utils.lib.eachDefaultSystem (system:
let let
nodeOverlay = self: super: rec { nodeOverlay = self: super: rec {
nodejs = super.nodejs-18_x; nodejs = super.nodejs-18_x;

View file

@ -1,24 +1,5 @@
{ {
"nodes": { "nodes": {
"dev": {
"inputs": {
"flake-utils": "flake-utils",
"nixpkgs": "nixpkgs"
},
"locked": {
"lastModified": 1660405218,
"narHash": "sha256-brLy2+HlzrFwBX5jMCYgtnCXX3gsXPIQlw0k4DjFOvw=",
"owner": "the-nix-way",
"repo": "dev-templates",
"rev": "d66e34d345aaf8e0cbc406483e95cbdb6daa7712",
"type": "github"
},
"original": {
"owner": "the-nix-way",
"repo": "dev-templates",
"type": "github"
}
},
"flake-utils": { "flake-utils": {
"locked": { "locked": {
"lastModified": 1659877975, "lastModified": 1659877975,
@ -36,23 +17,23 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1660375717, "lastModified": 1660984654,
"narHash": "sha256-U/wSSm6eMfNoMG2Rq48+KPwJIq8bfuW/qcf5digYZ8g=", "narHash": "sha256-fDcsh8rm2o8cj+WFL8Y2cAqnsej0UGJa+Sy8U2nFg0Q=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "65c15b0a26593a77e65e4212d8d9f58d83844f07", "rev": "392c83491dcc21d17ab8ea1f809f8f7bd567a5a3",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "NixOS", "owner": "NixOS",
"ref": "nixpkgs-unstable",
"repo": "nixpkgs", "repo": "nixpkgs",
"type": "github" "type": "github"
} }
}, },
"root": { "root": {
"inputs": { "inputs": {
"dev": "dev" "flake-utils": "flake-utils",
"nixpkgs": "nixpkgs"
} }
} }
}, },

View file

@ -1,11 +1,13 @@
{ {
description = "A Nix-flake-based OCaml development environment"; description = "A Nix-flake-based OCaml development environment";
inputs = { dev.url = "github:the-nix-way/dev-templates"; }; inputs = {
flake-utils.url = "github:numtide/flake-utils";
nixpkgs.url = "github:NixOS/nixpkgs";
};
outputs = { self, dev }: outputs = { self, flake-utils, nixpkgs }:
let inherit (dev.lib) flake-utils nixpkgs; flake-utils.lib.eachDefaultSystem (system:
in flake-utils.lib.eachDefaultSystem (system:
let let
pkgs = import nixpkgs { inherit system; }; pkgs = import nixpkgs { inherit system; };
inherit (pkgs) mkShell; inherit (pkgs) mkShell;

View file

@ -1,24 +1,5 @@
{ {
"nodes": { "nodes": {
"dev": {
"inputs": {
"flake-utils": "flake-utils",
"nixpkgs": "nixpkgs"
},
"locked": {
"lastModified": 1660405218,
"narHash": "sha256-brLy2+HlzrFwBX5jMCYgtnCXX3gsXPIQlw0k4DjFOvw=",
"owner": "the-nix-way",
"repo": "dev-templates",
"rev": "d66e34d345aaf8e0cbc406483e95cbdb6daa7712",
"type": "github"
},
"original": {
"owner": "the-nix-way",
"repo": "dev-templates",
"type": "github"
}
},
"flake-utils": { "flake-utils": {
"locked": { "locked": {
"lastModified": 1659877975, "lastModified": 1659877975,
@ -36,23 +17,23 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1660375717, "lastModified": 1660984654,
"narHash": "sha256-U/wSSm6eMfNoMG2Rq48+KPwJIq8bfuW/qcf5digYZ8g=", "narHash": "sha256-fDcsh8rm2o8cj+WFL8Y2cAqnsej0UGJa+Sy8U2nFg0Q=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "65c15b0a26593a77e65e4212d8d9f58d83844f07", "rev": "392c83491dcc21d17ab8ea1f809f8f7bd567a5a3",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "NixOS", "owner": "NixOS",
"ref": "nixpkgs-unstable",
"repo": "nixpkgs", "repo": "nixpkgs",
"type": "github" "type": "github"
} }
}, },
"root": { "root": {
"inputs": { "inputs": {
"dev": "dev" "flake-utils": "flake-utils",
"nixpkgs": "nixpkgs"
} }
} }
}, },

View file

@ -1,11 +1,13 @@
{ {
description = "A Nix-flake-based Open Policy Agent development environment"; description = "A Nix-flake-based Open Policy Agent development environment";
inputs = { dev.url = "github:the-nix-way/dev-templates"; }; inputs = {
flake-utils.url = "github:numtide/flake-utils";
nixpkgs.url = "github:NixOS/nixpkgs";
};
outputs = { self, dev }: outputs = { self, flake-utils, nixpkgs }:
let inherit (dev.lib) flake-utils nixpkgs; flake-utils.lib.eachDefaultSystem (system:
in flake-utils.lib.eachDefaultSystem (system:
let let
pkgs = import nixpkgs { inherit system; }; pkgs = import nixpkgs { inherit system; };
inherit (pkgs) conftest mkShell open-policy-agent; inherit (pkgs) conftest mkShell open-policy-agent;

View file

@ -1,24 +1,5 @@
{ {
"nodes": { "nodes": {
"dev": {
"inputs": {
"flake-utils": "flake-utils",
"nixpkgs": "nixpkgs"
},
"locked": {
"lastModified": 1660405218,
"narHash": "sha256-brLy2+HlzrFwBX5jMCYgtnCXX3gsXPIQlw0k4DjFOvw=",
"owner": "the-nix-way",
"repo": "dev-templates",
"rev": "d66e34d345aaf8e0cbc406483e95cbdb6daa7712",
"type": "github"
},
"original": {
"owner": "the-nix-way",
"repo": "dev-templates",
"type": "github"
}
},
"flake-utils": { "flake-utils": {
"locked": { "locked": {
"lastModified": 1659877975, "lastModified": 1659877975,
@ -36,23 +17,23 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1660375717, "lastModified": 1660984654,
"narHash": "sha256-U/wSSm6eMfNoMG2Rq48+KPwJIq8bfuW/qcf5digYZ8g=", "narHash": "sha256-fDcsh8rm2o8cj+WFL8Y2cAqnsej0UGJa+Sy8U2nFg0Q=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "65c15b0a26593a77e65e4212d8d9f58d83844f07", "rev": "392c83491dcc21d17ab8ea1f809f8f7bd567a5a3",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "NixOS", "owner": "NixOS",
"ref": "nixpkgs-unstable",
"repo": "nixpkgs", "repo": "nixpkgs",
"type": "github" "type": "github"
} }
}, },
"root": { "root": {
"inputs": { "inputs": {
"dev": "dev" "flake-utils": "flake-utils",
"nixpkgs": "nixpkgs"
} }
} }
}, },

View file

@ -1,11 +1,13 @@
{ {
description = "A Nix-flake-based Protobuf development environment"; description = "A Nix-flake-based Protobuf development environment";
inputs = { dev.url = "github:the-nix-way/dev-templates"; }; inputs = {
flake-utils.url = "github:numtide/flake-utils";
nixpkgs.url = "github:NixOS/nixpkgs";
};
outputs = { self, dev }: outputs = { self, flake-utils, nixpkgs }:
let inherit (dev.lib) flake-utils nixpkgs; flake-utils.lib.eachDefaultSystem (system:
in flake-utils.lib.eachDefaultSystem (system:
let let
pkgs = import nixpkgs { inherit system; }; pkgs = import nixpkgs { inherit system; };
inherit (pkgs) buf mkShell protobuf; inherit (pkgs) buf mkShell protobuf;

View file

@ -1,24 +1,5 @@
{ {
"nodes": { "nodes": {
"dev": {
"inputs": {
"flake-utils": "flake-utils",
"nixpkgs": "nixpkgs"
},
"locked": {
"lastModified": 1660405218,
"narHash": "sha256-brLy2+HlzrFwBX5jMCYgtnCXX3gsXPIQlw0k4DjFOvw=",
"owner": "the-nix-way",
"repo": "dev-templates",
"rev": "d66e34d345aaf8e0cbc406483e95cbdb6daa7712",
"type": "github"
},
"original": {
"owner": "the-nix-way",
"repo": "dev-templates",
"type": "github"
}
},
"flake-utils": { "flake-utils": {
"locked": { "locked": {
"lastModified": 1659877975, "lastModified": 1659877975,
@ -52,7 +33,7 @@
"mach-nix": { "mach-nix": {
"inputs": { "inputs": {
"flake-utils": "flake-utils_2", "flake-utils": "flake-utils_2",
"nixpkgs": "nixpkgs_2", "nixpkgs": "nixpkgs",
"pypi-deps-db": "pypi-deps-db" "pypi-deps-db": "pypi-deps-db"
}, },
"locked": { "locked": {
@ -70,22 +51,6 @@
} }
}, },
"nixpkgs": { "nixpkgs": {
"locked": {
"lastModified": 1660375717,
"narHash": "sha256-U/wSSm6eMfNoMG2Rq48+KPwJIq8bfuW/qcf5digYZ8g=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "65c15b0a26593a77e65e4212d8d9f58d83844f07",
"type": "github"
},
"original": {
"owner": "NixOS",
"ref": "nixpkgs-unstable",
"repo": "nixpkgs",
"type": "github"
}
},
"nixpkgs_2": {
"locked": { "locked": {
"lastModified": 1643805626, "lastModified": 1643805626,
"narHash": "sha256-AXLDVMG+UaAGsGSpOtQHPIKB+IZ0KSd9WS77aanGzgc=", "narHash": "sha256-AXLDVMG+UaAGsGSpOtQHPIKB+IZ0KSd9WS77aanGzgc=",
@ -100,6 +65,21 @@
"type": "indirect" "type": "indirect"
} }
}, },
"nixpkgs_2": {
"locked": {
"lastModified": 1660984654,
"narHash": "sha256-fDcsh8rm2o8cj+WFL8Y2cAqnsej0UGJa+Sy8U2nFg0Q=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "392c83491dcc21d17ab8ea1f809f8f7bd567a5a3",
"type": "github"
},
"original": {
"owner": "NixOS",
"repo": "nixpkgs",
"type": "github"
}
},
"pypi-deps-db": { "pypi-deps-db": {
"flake": false, "flake": false,
"locked": { "locked": {
@ -118,8 +98,9 @@
}, },
"root": { "root": {
"inputs": { "inputs": {
"dev": "dev", "flake-utils": "flake-utils",
"mach-nix": "mach-nix" "mach-nix": "mach-nix",
"nixpkgs": "nixpkgs_2"
} }
} }
}, },

View file

@ -2,13 +2,13 @@
description = "A Nix-flake-based Python development environment"; description = "A Nix-flake-based Python development environment";
inputs = { inputs = {
dev.url = "github:the-nix-way/dev-templates"; flake-utils.url = "github:numtide/flake-utils";
mach-nix.url = "github:/DavHau/mach-nix"; mach-nix.url = "github:/DavHau/mach-nix";
nixpkgs.url = "github:NixOS/nixpkgs";
}; };
outputs = { self, dev, mach-nix }: outputs = { self, flake-utils, mach-nix, nixpkgs }:
let inherit (dev.lib) flake-utils nixpkgs; flake-utils.lib.eachDefaultSystem (system:
in flake-utils.lib.eachDefaultSystem (system:
let let
pkgs = import nixpkgs { inherit system; }; pkgs = import nixpkgs { inherit system; };
inherit (pkgs) mkShell; inherit (pkgs) mkShell;

View file

@ -1,24 +1,5 @@
{ {
"nodes": { "nodes": {
"dev": {
"inputs": {
"flake-utils": "flake-utils",
"nixpkgs": "nixpkgs"
},
"locked": {
"lastModified": 1660405218,
"narHash": "sha256-brLy2+HlzrFwBX5jMCYgtnCXX3gsXPIQlw0k4DjFOvw=",
"owner": "the-nix-way",
"repo": "dev-templates",
"rev": "d66e34d345aaf8e0cbc406483e95cbdb6daa7712",
"type": "github"
},
"original": {
"owner": "the-nix-way",
"repo": "dev-templates",
"type": "github"
}
},
"flake-utils": { "flake-utils": {
"locked": { "locked": {
"lastModified": 1659877975, "lastModified": 1659877975,
@ -36,23 +17,23 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1660375717, "lastModified": 1660984654,
"narHash": "sha256-U/wSSm6eMfNoMG2Rq48+KPwJIq8bfuW/qcf5digYZ8g=", "narHash": "sha256-fDcsh8rm2o8cj+WFL8Y2cAqnsej0UGJa+Sy8U2nFg0Q=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "65c15b0a26593a77e65e4212d8d9f58d83844f07", "rev": "392c83491dcc21d17ab8ea1f809f8f7bd567a5a3",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "NixOS", "owner": "NixOS",
"ref": "nixpkgs-unstable",
"repo": "nixpkgs", "repo": "nixpkgs",
"type": "github" "type": "github"
} }
}, },
"root": { "root": {
"inputs": { "inputs": {
"dev": "dev" "flake-utils": "flake-utils",
"nixpkgs": "nixpkgs"
} }
} }
}, },

View file

@ -1,11 +1,13 @@
{ {
description = "A Nix-flake-based Ruby development environment"; description = "A Nix-flake-based Ruby development environment";
inputs = { dev.url = "github:the-nix-way/dev-templates"; }; inputs = {
flake-utils.url = "github:numtide/flake-utils";
nixpkgs.url = "github:NixOS/nixpkgs";
};
outputs = { self, dev }: outputs = { self, flake-utils, nixpkgs }:
let inherit (dev.lib) flake-utils nixpkgs; flake-utils.lib.eachDefaultSystem (system:
in flake-utils.lib.eachDefaultSystem (system:
let let
pkgs = import nixpkgs { inherit system; }; pkgs = import nixpkgs { inherit system; };
inherit (pkgs) mkShell; inherit (pkgs) mkShell;

View file

@ -1,24 +1,5 @@
{ {
"nodes": { "nodes": {
"dev": {
"inputs": {
"flake-utils": "flake-utils",
"nixpkgs": "nixpkgs"
},
"locked": {
"lastModified": 1660405218,
"narHash": "sha256-brLy2+HlzrFwBX5jMCYgtnCXX3gsXPIQlw0k4DjFOvw=",
"owner": "the-nix-way",
"repo": "dev-templates",
"rev": "d66e34d345aaf8e0cbc406483e95cbdb6daa7712",
"type": "github"
},
"original": {
"owner": "the-nix-way",
"repo": "dev-templates",
"type": "github"
}
},
"flake-utils": { "flake-utils": {
"locked": { "locked": {
"lastModified": 1659877975, "lastModified": 1659877975,
@ -51,16 +32,15 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1660375717, "lastModified": 1660984654,
"narHash": "sha256-U/wSSm6eMfNoMG2Rq48+KPwJIq8bfuW/qcf5digYZ8g=", "narHash": "sha256-fDcsh8rm2o8cj+WFL8Y2cAqnsej0UGJa+Sy8U2nFg0Q=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "65c15b0a26593a77e65e4212d8d9f58d83844f07", "rev": "392c83491dcc21d17ab8ea1f809f8f7bd567a5a3",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "NixOS", "owner": "NixOS",
"ref": "nixpkgs-unstable",
"repo": "nixpkgs", "repo": "nixpkgs",
"type": "github" "type": "github"
} }
@ -83,7 +63,8 @@
}, },
"root": { "root": {
"inputs": { "inputs": {
"dev": "dev", "flake-utils": "flake-utils",
"nixpkgs": "nixpkgs",
"rust-overlay": "rust-overlay" "rust-overlay": "rust-overlay"
} }
}, },

View file

@ -2,13 +2,13 @@
description = "A Nix-flake-based Rust development environment"; description = "A Nix-flake-based Rust development environment";
inputs = { inputs = {
dev.url = "github:the-nix-way/dev-templates"; flake-utils.url = "github:numtide/flake-utils";
nixpkgs.url = "github:NixOS/nixpkgs";
rust-overlay.url = "github:oxalica/rust-overlay"; rust-overlay.url = "github:oxalica/rust-overlay";
}; };
outputs = { self, dev, rust-overlay }: outputs = { self, flake-utils, nixpkgs, rust-overlay }:
let inherit (dev.lib) flake-utils nixpkgs; flake-utils.lib.eachDefaultSystem (system:
in flake-utils.lib.eachDefaultSystem (system:
let let
overlays = [ (import rust-overlay) ]; overlays = [ (import rust-overlay) ];

View file

@ -1,24 +1,5 @@
{ {
"nodes": { "nodes": {
"dev": {
"inputs": {
"flake-utils": "flake-utils",
"nixpkgs": "nixpkgs"
},
"locked": {
"lastModified": 1660405218,
"narHash": "sha256-brLy2+HlzrFwBX5jMCYgtnCXX3gsXPIQlw0k4DjFOvw=",
"owner": "the-nix-way",
"repo": "dev-templates",
"rev": "d66e34d345aaf8e0cbc406483e95cbdb6daa7712",
"type": "github"
},
"original": {
"owner": "the-nix-way",
"repo": "dev-templates",
"type": "github"
}
},
"flake-utils": { "flake-utils": {
"locked": { "locked": {
"lastModified": 1659877975, "lastModified": 1659877975,
@ -36,23 +17,23 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1660375717, "lastModified": 1660984654,
"narHash": "sha256-U/wSSm6eMfNoMG2Rq48+KPwJIq8bfuW/qcf5digYZ8g=", "narHash": "sha256-fDcsh8rm2o8cj+WFL8Y2cAqnsej0UGJa+Sy8U2nFg0Q=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "65c15b0a26593a77e65e4212d8d9f58d83844f07", "rev": "392c83491dcc21d17ab8ea1f809f8f7bd567a5a3",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "NixOS", "owner": "NixOS",
"ref": "nixpkgs-unstable",
"repo": "nixpkgs", "repo": "nixpkgs",
"type": "github" "type": "github"
} }
}, },
"root": { "root": {
"inputs": { "inputs": {
"dev": "dev" "flake-utils": "flake-utils",
"nixpkgs": "nixpkgs"
} }
} }
}, },

View file

@ -1,11 +1,13 @@
{ {
description = "A Nix-flake-based Scala development environment"; description = "A Nix-flake-based Scala development environment";
inputs = { dev.url = "github:the-nix-way/dev-templates"; }; inputs = {
flake-utils.url = "github:numtide/flake-utils";
nixpkgs.url = "github:NixOS/nixpkgs";
};
outputs = { self, dev }: outputs = { self, flake-utils, nixpkgs }:
let inherit (dev.lib) flake-utils nixpkgs; flake-utils.lib.eachDefaultSystem (system:
in flake-utils.lib.eachDefaultSystem (system:
let let
jdk = "jdk17"; jdk = "jdk17";

View file

@ -1,24 +1,5 @@
{ {
"nodes": { "nodes": {
"dev": {
"inputs": {
"flake-utils": "flake-utils",
"nixpkgs": "nixpkgs"
},
"locked": {
"lastModified": 1660405218,
"narHash": "sha256-brLy2+HlzrFwBX5jMCYgtnCXX3gsXPIQlw0k4DjFOvw=",
"owner": "the-nix-way",
"repo": "dev-templates",
"rev": "d66e34d345aaf8e0cbc406483e95cbdb6daa7712",
"type": "github"
},
"original": {
"owner": "the-nix-way",
"repo": "dev-templates",
"type": "github"
}
},
"flake-utils": { "flake-utils": {
"locked": { "locked": {
"lastModified": 1659877975, "lastModified": 1659877975,
@ -36,23 +17,23 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1660375717, "lastModified": 1660984654,
"narHash": "sha256-U/wSSm6eMfNoMG2Rq48+KPwJIq8bfuW/qcf5digYZ8g=", "narHash": "sha256-fDcsh8rm2o8cj+WFL8Y2cAqnsej0UGJa+Sy8U2nFg0Q=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "65c15b0a26593a77e65e4212d8d9f58d83844f07", "rev": "392c83491dcc21d17ab8ea1f809f8f7bd567a5a3",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "NixOS", "owner": "NixOS",
"ref": "nixpkgs-unstable",
"repo": "nixpkgs", "repo": "nixpkgs",
"type": "github" "type": "github"
} }
}, },
"root": { "root": {
"inputs": { "inputs": {
"dev": "dev" "flake-utils": "flake-utils",
"nixpkgs": "nixpkgs"
} }
} }
}, },

View file

@ -1,11 +1,13 @@
{ {
description = "A Nix-flake-based Zig development environment"; description = "A Nix-flake-based Zig development environment";
inputs = { dev.url = "github:the-nix-way/dev-templates"; }; inputs = {
flake-utils.url = "github:numtide/flake-utils";
nixpkgs.url = "github:NixOS/nixpkgs";
};
outputs = { self, dev }: outputs = { self, flake-utils, nixpkgs }:
let inherit (dev.lib) flake-utils nixpkgs; flake-utils.lib.eachDefaultSystem (system:
in flake-utils.lib.eachDefaultSystem (system:
let let
pkgs = import nixpkgs { inherit system; }; pkgs = import nixpkgs { inherit system; };
zigPkg = pkgs.zig; zigPkg = pkgs.zig;