nixos: replace rockpload with rlru

This commit is contained in:
2026-05-22 15:53:52 -07:00
parent 348560eefe
commit 2c22ccd01e
3 changed files with 62 additions and 17 deletions

View File

@@ -88,10 +88,10 @@
home-manager.users.imalison = { home-manager.users.imalison = {
imports = [ imports = [
inputs.rockpload.homeManagerModules.default inputs.rlru.homeManagerModules.default
]; ];
services.rockpload.enable = true; services.rlru.enable = true;
}; };
home-manager.sharedModules = [ home-manager.sharedModules = [

66
nixos/flake.lock generated
View File

@@ -265,6 +265,28 @@
"type": "github" "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-compat": {
"flake": false, "flake": false,
"locked": { "locked": {
@@ -1634,25 +1656,28 @@
"url": "ssh://gitea@dev.railbird.ai:1123/railbird/secrets-flake.git" "url": "ssh://gitea@dev.railbird.ai:1123/railbird/secrets-flake.git"
} }
}, },
"rockpload": { "rlru": {
"inputs": { "inputs": {
"fenix": "fenix_3",
"flake-utils": [
"flake-utils"
],
"nixpkgs": [ "nixpkgs": [
"nixpkgs" "nixpkgs"
] ]
}, },
"locked": { "locked": {
"lastModified": 1779438779, "lastModified": 1779488035,
"narHash": "sha256-GiSwsFc3k7IwH+ohzLPiEKn1Nzr5q/Llhjy4teX58rs=", "narHash": "sha256-YeElVALcahge0nxlHnSyYM8MLHglOiOZAjIoDhsV1WY=",
"owner": "colonelpanic8", "ref": "refs/heads/main",
"repo": "rockpload", "rev": "f34581a08def90fefcb6b4a1aeb0f2027d44e500",
"rev": "f5d068610d8a850794d7ab12956e5eae0931ea88", "revCount": 10,
"type": "github" "type": "git",
"url": "ssh://git@github.com/rlrml/rlru.git"
}, },
"original": { "original": {
"owner": "colonelpanic8", "type": "git",
"ref": "colonelpanic/add-nix-flake", "url": "ssh://git@github.com/rlrml/rlru.git"
"repo": "rockpload",
"type": "github"
} }
}, },
"root": { "root": {
@@ -1705,7 +1730,7 @@
"notifications-tray-icon": "notifications-tray-icon", "notifications-tray-icon": "notifications-tray-icon",
"org-agenda-api": "org-agenda-api", "org-agenda-api": "org-agenda-api",
"railbird-secrets": "railbird-secrets", "railbird-secrets": "railbird-secrets",
"rockpload": "rockpload", "rlru": "rlru",
"systems": "systems_3", "systems": "systems_3",
"vscode-server": "vscode-server", "vscode-server": "vscode-server",
"xmonad": "xmonad_2", "xmonad": "xmonad_2",
@@ -1747,6 +1772,23 @@
"type": "github" "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": { "rust-overlay": {
"inputs": { "inputs": {
"nixpkgs": [ "nixpkgs": [

View File

@@ -212,9 +212,12 @@
}; };
}; };
rockpload = { rlru = {
url = "github:colonelpanic8/rockpload/colonelpanic/add-nix-flake"; url = "git+ssh://git@github.com/rlrml/rlru.git";
inputs.nixpkgs.follows = "nixpkgs"; inputs = {
nixpkgs.follows = "nixpkgs";
flake-utils.follows = "flake-utils";
};
}; };
vscode-server = { vscode-server = {