Self-host your own digital island

template flake.lock

Changed files
+63
template
+63
template/flake.lock
···
+
{
+
"nodes": {
+
"eilean": {
+
"inputs": {
+
"nixpkgs": "nixpkgs"
+
},
+
"locked": {
+
"lastModified": 1674648266,
+
"narHash": "sha256-8yQYToFU8mnz80bEs88zx+QSMYvv73FFAYxCvK3Br2M=",
+
"owner": "RyanGibb",
+
"repo": "eilean-nix",
+
"rev": "804134e45a0ae1d161eeaf5a8ed441ac555ac82b",
+
"type": "github"
+
},
+
"original": {
+
"owner": "RyanGibb",
+
"ref": "main",
+
"repo": "eilean-nix",
+
"type": "github"
+
}
+
},
+
"nixpkgs": {
+
"locked": {
+
"lastModified": 1667231093,
+
"narHash": "sha256-RERXruzBEBuf0c7OfZeX1hxEKB+PTCUNxWeB6C1jd8Y=",
+
"owner": "nixos",
+
"repo": "nixpkgs",
+
"rev": "d40fea9aeb8840fea0d377baa4b38e39b9582458",
+
"type": "github"
+
},
+
"original": {
+
"owner": "nixos",
+
"ref": "nixos-unstable",
+
"repo": "nixpkgs",
+
"type": "github"
+
}
+
},
+
"nixpkgs_2": {
+
"locked": {
+
"lastModified": 1674459583,
+
"narHash": "sha256-L0UZl/u2H3HGsrhN+by42c5kNYeKtdmJiPzIRvEVeiM=",
+
"owner": "nixos",
+
"repo": "nixpkgs",
+
"rev": "1b1f50645af2a70dc93eae18bfd88d330bfbcf7f",
+
"type": "github"
+
},
+
"original": {
+
"owner": "nixos",
+
"ref": "nixos-unstable",
+
"repo": "nixpkgs",
+
"type": "github"
+
}
+
},
+
"root": {
+
"inputs": {
+
"eilean": "eilean",
+
"nixpkgs": "nixpkgs_2"
+
}
+
}
+
},
+
"root": "root",
+
"version": 7
+
}