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
|
|
@ -1,7 +1,6 @@
|
|||
{
|
||||
inputs = {
|
||||
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";
|
||||
colmena = {
|
||||
url = "github:zhaofengli/colmena";
|
||||
|
|
@ -43,7 +42,6 @@
|
|||
home-manager,
|
||||
lanzaboote,
|
||||
nixos-hardware,
|
||||
nixpkgs_25-05,
|
||||
nixpkgs,
|
||||
simple-nixos-mailserver,
|
||||
vscode-extensions,
|
||||
|
|
@ -53,14 +51,12 @@
|
|||
var = import ./var { inherit lib; };
|
||||
lib' = import ./lib.nix { inherit lib var; };
|
||||
|
||||
pkgs_25-05 = import nixpkgs_25-05 { system = "x86_64-linux"; };
|
||||
mypkgs = self.packages.x86_64-linux;
|
||||
|
||||
specialArgs = rec {
|
||||
inherit
|
||||
inputs
|
||||
lib'
|
||||
pkgs_25-05
|
||||
mypkgs
|
||||
var
|
||||
;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue