Remove winboat from marauder
This commit is contained in:
parent
39f73ef2f2
commit
d6ef606632
4 changed files with 4 additions and 41 deletions
|
|
@ -1,4 +1,4 @@
|
|||
{ self, nixpkgs, phps, agenix, winboat }:
|
||||
{ self, nixpkgs, phps, agenix }:
|
||||
let
|
||||
baseSpecialArgs = {
|
||||
inherit (self) nixosModules;
|
||||
|
|
@ -11,7 +11,7 @@ in {
|
|||
marauder = nixosSystem {
|
||||
system = "x86_64-linux";
|
||||
modules = [ ./marauder ];
|
||||
specialArgs = { inherit phps winboat; };
|
||||
specialArgs = { inherit phps; };
|
||||
};
|
||||
astral = nixosSystem {
|
||||
system = "x86_64-linux";
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
{ pkgs, nixosModules, phps, agenix, winboat, ... }:
|
||||
{ pkgs, nixosModules, phps, agenix, ... }:
|
||||
let
|
||||
fortune = pkgs.writeShellScript "cgi" ''
|
||||
echo "Content-type: text/html"
|
||||
|
|
@ -164,7 +164,6 @@ in {
|
|||
pkg-config
|
||||
prismlauncher
|
||||
system-config-printer
|
||||
winboat.packages.x86_64-linux.winboat
|
||||
];
|
||||
|
||||
programs.git = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue