bump syncstorage-rs to unstable, remove nixos-25.05 pkgs
This commit is contained in:
parent
0f45f6d63e
commit
22855e2b1d
3 changed files with 1 additions and 22 deletions
17
flake.lock
generated
17
flake.lock
generated
|
|
@ -371,22 +371,6 @@
|
||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"nixpkgs_25-05": {
|
|
||||||
"locked": {
|
|
||||||
"lastModified": 1767313136,
|
|
||||||
"narHash": "sha256-16KkgfdYqjaeRGBaYsNrhPRRENs0qzkQVUooNHtoy2w=",
|
|
||||||
"owner": "NixOS",
|
|
||||||
"repo": "nixpkgs",
|
|
||||||
"rev": "ac62194c3917d5f474c1a844b6fd6da2db95077d",
|
|
||||||
"type": "github"
|
|
||||||
},
|
|
||||||
"original": {
|
|
||||||
"owner": "NixOS",
|
|
||||||
"ref": "nixos-25.05",
|
|
||||||
"repo": "nixpkgs",
|
|
||||||
"type": "github"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"pre-commit": {
|
"pre-commit": {
|
||||||
"inputs": {
|
"inputs": {
|
||||||
"flake-compat": "flake-compat_2",
|
"flake-compat": "flake-compat_2",
|
||||||
|
|
@ -420,7 +404,6 @@
|
||||||
"lanzaboote": "lanzaboote",
|
"lanzaboote": "lanzaboote",
|
||||||
"nixos-hardware": "nixos-hardware",
|
"nixos-hardware": "nixos-hardware",
|
||||||
"nixpkgs": "nixpkgs",
|
"nixpkgs": "nixpkgs",
|
||||||
"nixpkgs_25-05": "nixpkgs_25-05",
|
|
||||||
"simple-nixos-mailserver": "simple-nixos-mailserver",
|
"simple-nixos-mailserver": "simple-nixos-mailserver",
|
||||||
"vscode-extensions": "vscode-extensions"
|
"vscode-extensions": "vscode-extensions"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,6 @@
|
||||||
{
|
{
|
||||||
inputs = {
|
inputs = {
|
||||||
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
|
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
|
||||||
nixpkgs_25-05.url = "github:NixOS/nixpkgs/nixos-25.05";
|
|
||||||
nixos-hardware.url = "github:NixOS/nixos-hardware/master";
|
nixos-hardware.url = "github:NixOS/nixos-hardware/master";
|
||||||
colmena = {
|
colmena = {
|
||||||
url = "github:zhaofengli/colmena";
|
url = "github:zhaofengli/colmena";
|
||||||
|
|
@ -43,7 +42,6 @@
|
||||||
home-manager,
|
home-manager,
|
||||||
lanzaboote,
|
lanzaboote,
|
||||||
nixos-hardware,
|
nixos-hardware,
|
||||||
nixpkgs_25-05,
|
|
||||||
nixpkgs,
|
nixpkgs,
|
||||||
simple-nixos-mailserver,
|
simple-nixos-mailserver,
|
||||||
vscode-extensions,
|
vscode-extensions,
|
||||||
|
|
@ -53,14 +51,12 @@
|
||||||
var = import ./var { inherit lib; };
|
var = import ./var { inherit lib; };
|
||||||
lib' = import ./lib.nix { inherit lib var; };
|
lib' = import ./lib.nix { inherit lib var; };
|
||||||
|
|
||||||
pkgs_25-05 = import nixpkgs_25-05 { system = "x86_64-linux"; };
|
|
||||||
mypkgs = self.packages.x86_64-linux;
|
mypkgs = self.packages.x86_64-linux;
|
||||||
|
|
||||||
specialArgs = rec {
|
specialArgs = rec {
|
||||||
inherit
|
inherit
|
||||||
inputs
|
inputs
|
||||||
lib'
|
lib'
|
||||||
pkgs_25-05
|
|
||||||
mypkgs
|
mypkgs
|
||||||
var
|
var
|
||||||
;
|
;
|
||||||
|
|
|
||||||
|
|
@ -18,7 +18,7 @@
|
||||||
|
|
||||||
services.firefox-syncserver = {
|
services.firefox-syncserver = {
|
||||||
enable = true;
|
enable = true;
|
||||||
package = pkgs_25-05.syncstorage-rs;
|
package = pkgs.syncstorage-rs;
|
||||||
secrets = config.age.secrets.roam-firefox-sync-secret.path;
|
secrets = config.age.secrets.roam-firefox-sync-secret.path;
|
||||||
singleNode = {
|
singleNode = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue