nixos: replace rockpload with rlru
This commit is contained in:
@@ -88,10 +88,10 @@
|
||||
|
||||
home-manager.users.imalison = {
|
||||
imports = [
|
||||
inputs.rockpload.homeManagerModules.default
|
||||
inputs.rlru.homeManagerModules.default
|
||||
];
|
||||
|
||||
services.rockpload.enable = true;
|
||||
services.rlru.enable = true;
|
||||
};
|
||||
|
||||
home-manager.sharedModules = [
|
||||
|
||||
66
nixos/flake.lock
generated
66
nixos/flake.lock
generated
@@ -265,6 +265,28 @@
|
||||
"type": "github"
|
||||
}
|
||||
},
|
||||
"fenix_3": {
|
||||
"inputs": {
|
||||
"nixpkgs": [
|
||||
"rlru",
|
||||
"nixpkgs"
|
||||
],
|
||||
"rust-analyzer-src": "rust-analyzer-src_3"
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1779357702,
|
||||
"narHash": "sha256-QGu9ycXwaaqUzDkP7bcanTjGhuqlUNmjh1jLUPjDHgw=",
|
||||
"owner": "nix-community",
|
||||
"repo": "fenix",
|
||||
"rev": "a6ebca03f87958a09065959897223790014cdcac",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"owner": "nix-community",
|
||||
"repo": "fenix",
|
||||
"type": "github"
|
||||
}
|
||||
},
|
||||
"flake-compat": {
|
||||
"flake": false,
|
||||
"locked": {
|
||||
@@ -1634,25 +1656,28 @@
|
||||
"url": "ssh://gitea@dev.railbird.ai:1123/railbird/secrets-flake.git"
|
||||
}
|
||||
},
|
||||
"rockpload": {
|
||||
"rlru": {
|
||||
"inputs": {
|
||||
"fenix": "fenix_3",
|
||||
"flake-utils": [
|
||||
"flake-utils"
|
||||
],
|
||||
"nixpkgs": [
|
||||
"nixpkgs"
|
||||
]
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1779438779,
|
||||
"narHash": "sha256-GiSwsFc3k7IwH+ohzLPiEKn1Nzr5q/Llhjy4teX58rs=",
|
||||
"owner": "colonelpanic8",
|
||||
"repo": "rockpload",
|
||||
"rev": "f5d068610d8a850794d7ab12956e5eae0931ea88",
|
||||
"type": "github"
|
||||
"lastModified": 1779488035,
|
||||
"narHash": "sha256-YeElVALcahge0nxlHnSyYM8MLHglOiOZAjIoDhsV1WY=",
|
||||
"ref": "refs/heads/main",
|
||||
"rev": "f34581a08def90fefcb6b4a1aeb0f2027d44e500",
|
||||
"revCount": 10,
|
||||
"type": "git",
|
||||
"url": "ssh://git@github.com/rlrml/rlru.git"
|
||||
},
|
||||
"original": {
|
||||
"owner": "colonelpanic8",
|
||||
"ref": "colonelpanic/add-nix-flake",
|
||||
"repo": "rockpload",
|
||||
"type": "github"
|
||||
"type": "git",
|
||||
"url": "ssh://git@github.com/rlrml/rlru.git"
|
||||
}
|
||||
},
|
||||
"root": {
|
||||
@@ -1705,7 +1730,7 @@
|
||||
"notifications-tray-icon": "notifications-tray-icon",
|
||||
"org-agenda-api": "org-agenda-api",
|
||||
"railbird-secrets": "railbird-secrets",
|
||||
"rockpload": "rockpload",
|
||||
"rlru": "rlru",
|
||||
"systems": "systems_3",
|
||||
"vscode-server": "vscode-server",
|
||||
"xmonad": "xmonad_2",
|
||||
@@ -1747,6 +1772,23 @@
|
||||
"type": "github"
|
||||
}
|
||||
},
|
||||
"rust-analyzer-src_3": {
|
||||
"flake": false,
|
||||
"locked": {
|
||||
"lastModified": 1779303932,
|
||||
"narHash": "sha256-alMOllPgosTsuXGjhvQvbGH0ekPOZW0QfGTI0NdJtbQ=",
|
||||
"owner": "rust-lang",
|
||||
"repo": "rust-analyzer",
|
||||
"rev": "7f916ab1b1f669cec017960c2d91a9a87b4b7bae",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"owner": "rust-lang",
|
||||
"ref": "nightly",
|
||||
"repo": "rust-analyzer",
|
||||
"type": "github"
|
||||
}
|
||||
},
|
||||
"rust-overlay": {
|
||||
"inputs": {
|
||||
"nixpkgs": [
|
||||
|
||||
@@ -212,9 +212,12 @@
|
||||
};
|
||||
};
|
||||
|
||||
rockpload = {
|
||||
url = "github:colonelpanic8/rockpload/colonelpanic/add-nix-flake";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
rlru = {
|
||||
url = "git+ssh://git@github.com/rlrml/rlru.git";
|
||||
inputs = {
|
||||
nixpkgs.follows = "nixpkgs";
|
||||
flake-utils.follows = "flake-utils";
|
||||
};
|
||||
};
|
||||
|
||||
vscode-server = {
|
||||
|
||||
Reference in New Issue
Block a user