This commit is contained in:
Adithya 2023-04-15 23:22:25 +05:30
parent 6d1ba17c92
commit 3bbd5b3c35
Signed by: adtya
GPG key ID: 48FC9915FFD326D0
2 changed files with 2 additions and 4 deletions

View file

@ -341,9 +341,8 @@
"type": "github"
},
"original": {
"owner": "NixOS",
"repo": "nixos-hardware",
"type": "github"
"id": "nixos-hardware",
"type": "indirect"
}
},
"nixpkgs": {

View file

@ -33,7 +33,6 @@
outputs = { self, nixpkgs, home-manager, hyprland, impermanence, lanzaboote, nixos-hardware, nixvim }@inputs: {
formatter."x86_64-linux" = nixpkgs.legacyPackages."x86_64-linux".nixpkgs-fmt;
formatter."aarch64-linux" = nixpkgs.legacyPackages."aarch64-linux".nixpkgs-fmt;
nixosConfigurations = {
Skipper = nixpkgs.lib.nixosSystem {
system = "x86_64-linux";