no githug dependency for install
This commit is contained in:
parent
13fafa4015
commit
1b33d42ae7
68
flake.lock
68
flake.lock
|
@ -95,24 +95,6 @@
|
|||
"type": "github"
|
||||
}
|
||||
},
|
||||
"flake-utils_3": {
|
||||
"inputs": {
|
||||
"systems": "systems_2"
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1701680307,
|
||||
"narHash": "sha256-kAuep2h5ajznlPMD9rnQyffWG8EM/C73lejGofXvdM8=",
|
||||
"owner": "numtide",
|
||||
"repo": "flake-utils",
|
||||
"rev": "4022d587cbbfd70fe950c1e2083a02621806a725",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"owner": "numtide",
|
||||
"repo": "flake-utils",
|
||||
"type": "github"
|
||||
}
|
||||
},
|
||||
"home-manager": {
|
||||
"inputs": {
|
||||
"nixpkgs": [
|
||||
|
@ -222,43 +204,10 @@
|
|||
"type": "github"
|
||||
}
|
||||
},
|
||||
"nixpkgs_4": {
|
||||
"locked": {
|
||||
"lastModified": 1701263465,
|
||||
"narHash": "sha256-lNXUIlkfyDyp9Ox21hr+wsEf/IBklLvb6bYcyeXbdRc=",
|
||||
"path": "/nix/store/7i525k013ds687vgp12lyhwmx79qd4qj-source",
|
||||
"rev": "50aa30a13c4ab5e7ba282da460a3e3d44e9d0eb3",
|
||||
"type": "path"
|
||||
},
|
||||
"original": {
|
||||
"id": "nixpkgs",
|
||||
"type": "indirect"
|
||||
}
|
||||
},
|
||||
"rachelcafe": {
|
||||
"inputs": {
|
||||
"flake-utils": "flake-utils_3",
|
||||
"nixpkgs": "nixpkgs_4"
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1705262863,
|
||||
"narHash": "sha256-gAn/k4uHl+qiZY3l4gtQd4RZ/QJSSYCqrDu/9JdzTMo=",
|
||||
"ref": "refs/heads/master",
|
||||
"rev": "b01d01e7b5e43424440dba2f732610710698e8e6",
|
||||
"revCount": 88,
|
||||
"type": "git",
|
||||
"url": "https://githug.xyz/rachel/rachel.cafe"
|
||||
},
|
||||
"original": {
|
||||
"type": "git",
|
||||
"url": "https://githug.xyz/rachel/rachel.cafe"
|
||||
}
|
||||
},
|
||||
"root": {
|
||||
"inputs": {
|
||||
"nixos-config": "nixos-config",
|
||||
"nixpkgs": "nixpkgs_3",
|
||||
"rachelcafe": "rachelcafe"
|
||||
"nixpkgs": "nixpkgs_3"
|
||||
}
|
||||
},
|
||||
"slippi-desktop": {
|
||||
|
@ -310,21 +259,6 @@
|
|||
"repo": "default",
|
||||
"type": "github"
|
||||
}
|
||||
},
|
||||
"systems_2": {
|
||||
"locked": {
|
||||
"lastModified": 1681028828,
|
||||
"narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=",
|
||||
"owner": "nix-systems",
|
||||
"repo": "default",
|
||||
"rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"owner": "nix-systems",
|
||||
"repo": "default",
|
||||
"type": "github"
|
||||
}
|
||||
}
|
||||
},
|
||||
"root": "root",
|
||||
|
|
|
@ -4,10 +4,12 @@
|
|||
inputs = {
|
||||
nixpkgs.url = "github:NixOs/nixpkgs/nixos-24.05";
|
||||
nixos-config.url = "git+https://githug.xyz/rachel/nixos-config";
|
||||
rachelcafe.url = "git+https://githug.xyz/rachel/rachel.cafe";
|
||||
# rachelcafe.url = "git+https://githug.xyz/rachel/rachel.cafe";
|
||||
};
|
||||
|
||||
outputs = inputs@{ self, nixpkgs, nixos-config, rachelcafe, ... }:
|
||||
outputs = inputs@{ self, nixpkgs, nixos-config,
|
||||
#rachelcafe,
|
||||
... }:
|
||||
let nix-config-module =
|
||||
{
|
||||
nix.registry.nixpkgs.flake = nixpkgs;
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
enable = true;
|
||||
recommendedOptimisation = true;
|
||||
virtualHosts."rachel.cafe" = {
|
||||
root = "${lib.rachelcafe.packages.x86_64-linux.default}";
|
||||
# root = "${lib.rachelcafe.packages.x86_64-linux.default}";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue
Block a user