not building whyyy

This commit is contained in:
Tao Tien 2023-11-01 02:14:15 -07:00
parent cefc4e2349
commit f3687f637d
6 changed files with 34 additions and 17 deletions

View file

@ -8,8 +8,11 @@
nixos-raspberrypi.url = "github:ramblurr/nixos-raspberrypi";
aagl.url = "github:ezKEa/aagl-gtk-on-nix";
aagl.inputs.nixpkgs.follows = "nixpkgs";
# prescurve.url = "path:/home/tao/Projects/prescurve";
# prescurve.inputs.nixpkgs.follows = "nixpkgs";
};
# outputs = { nixpkgs, nixos-hardware, nixpkgs-unstable, nixos-raspberrypi, aagl, prescurve, ... }@attrs:
outputs = { nixpkgs, nixos-hardware, nixpkgs-unstable, nixos-raspberrypi, aagl, ... }@attrs:
let
nixos-system = (systemModules: nixpkgs.lib.nixosSystem {