mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 22:11:33 +01:00
winboat: Get package from nixpkgs
This commit is contained in:
parent
148a0cd45c
commit
997288caef
3 changed files with 3 additions and 29 deletions
23
flake.lock
generated
23
flake.lock
generated
|
|
@ -284,8 +284,7 @@
|
||||||
"radicale-birthday-calendar": "radicale-birthday-calendar",
|
"radicale-birthday-calendar": "radicale-birthday-calendar",
|
||||||
"sops": "sops",
|
"sops": "sops",
|
||||||
"treefmt": "treefmt",
|
"treefmt": "treefmt",
|
||||||
"vscode-extensions": "vscode-extensions",
|
"vscode-extensions": "vscode-extensions"
|
||||||
"winboat": "winboat"
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"sops": {
|
"sops": {
|
||||||
|
|
@ -395,26 +394,6 @@
|
||||||
"repo": "nix-vscode-extensions",
|
"repo": "nix-vscode-extensions",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
},
|
|
||||||
"winboat": {
|
|
||||||
"inputs": {
|
|
||||||
"nixpkgs": [
|
|
||||||
"nixpkgs"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"locked": {
|
|
||||||
"lastModified": 1761706386,
|
|
||||||
"narHash": "sha256-rTIOYFYUvnZG0x1ZF/NDWdvuiZVhBkzceKyDK8nC3+U=",
|
|
||||||
"owner": "TibixDev",
|
|
||||||
"repo": "winboat",
|
|
||||||
"rev": "197ce74c95713e9b67f6494aed58b7bd44e6064c",
|
|
||||||
"type": "github"
|
|
||||||
},
|
|
||||||
"original": {
|
|
||||||
"owner": "TibixDev",
|
|
||||||
"repo": "winboat",
|
|
||||||
"type": "github"
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"root": "root",
|
"root": "root",
|
||||||
|
|
|
||||||
|
|
@ -40,11 +40,6 @@
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
};
|
};
|
||||||
|
|
||||||
winboat = {
|
|
||||||
url = "github:TibixDev/winboat";
|
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
|
||||||
};
|
|
||||||
|
|
||||||
vscode-extensions = {
|
vscode-extensions = {
|
||||||
url = "github:nix-community/nix-vscode-extensions";
|
url = "github:nix-community/nix-vscode-extensions";
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
config,
|
config,
|
||||||
inputs,
|
|
||||||
pkgs,
|
pkgs,
|
||||||
|
pkgs-unstable,
|
||||||
lib,
|
lib,
|
||||||
...
|
...
|
||||||
}:
|
}:
|
||||||
|
|
@ -13,9 +13,9 @@
|
||||||
users.users.seb.extraGroups = [ config.users.groups.docker.name ];
|
users.users.seb.extraGroups = [ config.users.groups.docker.name ];
|
||||||
|
|
||||||
environment.systemPackages = [
|
environment.systemPackages = [
|
||||||
|
pkgs-unstable.winboat
|
||||||
pkgs.docker-compose
|
pkgs.docker-compose
|
||||||
pkgs.freerdp
|
pkgs.freerdp
|
||||||
inputs.winboat.packages.${pkgs.system}.winboat
|
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue