add srvos input

This commit is contained in:
Dmitriy Kholkin 2024-11-18 03:10:28 +03:00
parent f16cc6f27d
commit fa50e20da4
Signed by: AtaraxiaDev
GPG Key ID: FD266B810DF48DF2
2 changed files with 25 additions and 0 deletions

21
flake.lock generated
View File

@ -2242,6 +2242,7 @@
"nixpkgs-stable": "nixpkgs-stable_4",
"prismlauncher": "prismlauncher",
"sops-nix": "sops-nix",
"srvos": "srvos",
"umu": "umu"
}
},
@ -2266,6 +2267,26 @@
"type": "github"
}
},
"srvos": {
"inputs": {
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
"lastModified": 1730940990,
"narHash": "sha256-FyRDs/jlmaBDL1ryf3tM9rFaOrlYn5wSa1VUr4k2w+4=",
"owner": "nix-community",
"repo": "srvos",
"rev": "dabae9d2062afd45f343d13d819eea1029d08162",
"type": "github"
},
"original": {
"owner": "nix-community",
"repo": "srvos",
"type": "github"
}
},
"systems": {
"locked": {
"lastModified": 1681028828,

View File

@ -70,6 +70,10 @@
url = "github:Mic92/sops-nix";
inputs.nixpkgs.follows = "nixpkgs";
};
srvos = {
url = "github:nix-community/srvos";
inputs.nixpkgs.follows = "nixpkgs";
};
umu = {
url = "git+https://github.com/Open-Wine-Components/umu-launcher/?dir=packaging\/nix&submodules=1";
inputs.nixpkgs.follows = "nixpkgs";