mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 15:11:34 +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",
|
||||
"sops": "sops",
|
||||
"treefmt": "treefmt",
|
||||
"vscode-extensions": "vscode-extensions",
|
||||
"winboat": "winboat"
|
||||
"vscode-extensions": "vscode-extensions"
|
||||
}
|
||||
},
|
||||
"sops": {
|
||||
|
|
@ -395,26 +394,6 @@
|
|||
"repo": "nix-vscode-extensions",
|
||||
"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",
|
||||
|
|
|
|||
|
|
@ -40,11 +40,6 @@
|
|||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
winboat = {
|
||||
url = "github:TibixDev/winboat";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
vscode-extensions = {
|
||||
url = "github:nix-community/nix-vscode-extensions";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
config,
|
||||
inputs,
|
||||
pkgs,
|
||||
pkgs-unstable,
|
||||
lib,
|
||||
...
|
||||
}:
|
||||
|
|
@ -13,9 +13,9 @@
|
|||
users.users.seb.extraGroups = [ config.users.groups.docker.name ];
|
||||
|
||||
environment.systemPackages = [
|
||||
pkgs-unstable.winboat
|
||||
pkgs.docker-compose
|
||||
pkgs.freerdp
|
||||
inputs.winboat.packages.${pkgs.system}.winboat
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue