Remove winboat from marauder
This commit is contained in:
parent
39f73ef2f2
commit
d6ef606632
4 changed files with 4 additions and 41 deletions
37
flake.lock
generated
37
flake.lock
generated
|
|
@ -98,22 +98,6 @@
|
|||
"type": "github"
|
||||
}
|
||||
},
|
||||
"nixpkgs_2": {
|
||||
"locked": {
|
||||
"lastModified": 1758690382,
|
||||
"narHash": "sha256-NY3kSorgqE5LMm1LqNwGne3ZLMF2/ILgLpFr1fS4X3o=",
|
||||
"owner": "NixOS",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "e643668fd71b949c53f8626614b21ff71a07379d",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"owner": "NixOS",
|
||||
"ref": "nixos-unstable",
|
||||
"repo": "nixpkgs",
|
||||
"type": "github"
|
||||
}
|
||||
},
|
||||
"phps": {
|
||||
"inputs": {
|
||||
"flake-compat": "flake-compat",
|
||||
|
|
@ -140,8 +124,7 @@
|
|||
"inputs": {
|
||||
"agenix": "agenix",
|
||||
"nixpkgs": "nixpkgs",
|
||||
"phps": "phps",
|
||||
"winboat": "winboat"
|
||||
"phps": "phps"
|
||||
}
|
||||
},
|
||||
"systems": {
|
||||
|
|
@ -191,24 +174,6 @@
|
|||
"repo": "flake-utils",
|
||||
"type": "github"
|
||||
}
|
||||
},
|
||||
"winboat": {
|
||||
"inputs": {
|
||||
"nixpkgs": "nixpkgs_2"
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1760183562,
|
||||
"narHash": "sha256-lauscAI61WXjLTuGiRDMUAEeTqvOTSWhRoHDaor5sfE=",
|
||||
"owner": "TibixDev",
|
||||
"repo": "winboat",
|
||||
"rev": "ae60de6c2cba7a2001fef1027d5c2e06614e6904",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"owner": "TibixDev",
|
||||
"repo": "winboat",
|
||||
"type": "github"
|
||||
}
|
||||
}
|
||||
},
|
||||
"root": "root",
|
||||
|
|
|
|||
|
|
@ -11,7 +11,6 @@
|
|||
url = "github:ryantm/agenix";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
winboat.url = "github:TibixDev/winboat";
|
||||
};
|
||||
|
||||
outputs = inputs: {
|
||||
|
|
|
|||
|
|
@ -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