mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-04-06 20:18:08 +02:00
feat: removed useless stuff
This commit is contained in:
parent
27ff8f4b33
commit
9112344fde
1 changed files with 0 additions and 7 deletions
|
@ -62,13 +62,6 @@
|
||||||
|
|
||||||
outputs = { self, nixpkgs, deploy-rs, ... }@inputs:
|
outputs = { self, nixpkgs, deploy-rs, ... }@inputs:
|
||||||
let
|
let
|
||||||
remotePatches = [
|
|
||||||
{
|
|
||||||
meta.description = "pkgs: fix buildbot";
|
|
||||||
url = "https://github.com/NixOS/nixpkgs/pull/142273.diff";
|
|
||||||
sha256 = "sha256-ZCDQ7SpGhH8JvAwWzdcyrc68RFEWHxxAj0M2+AvEzIg=";
|
|
||||||
}
|
|
||||||
];
|
|
||||||
lib = nixpkgs.lib.extend (import ./lib inputs);
|
lib = nixpkgs.lib.extend (import ./lib inputs);
|
||||||
machines_plats = lib.mapAttrsToList (name: value: value.arch) lib.luj.machines;
|
machines_plats = lib.mapAttrsToList (name: value: value.arch) lib.luj.machines;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue