Add docker

Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
This commit is contained in:
2024-07-31 09:23:46 +01:00
parent af982a9f64
commit 8988398bff
10 changed files with 131 additions and 31 deletions

View File

@@ -2,15 +2,15 @@
inputs = {
nixpkgs = {
# --- Official
type = "github";
owner = "NixOS";
repo = "nixpkgs";
ref = "master";
# --- Fork
# type = "github";
# owner = "karaolidis";
# owner = "NixOS";
# repo = "nixpkgs";
# ref = "integration";
# ref = "master";
# --- Fork
type = "github";
owner = "karaolidis";
repo = "nixpkgs";
ref = "integration";
# --- Local
# url = "git+file:./submodules/nixpkgs";
};