chore(nix): Remove useless self

Not needed due to the 3 dots at the end.
This commit is contained in:
Donovan Glover 2024-03-31 16:10:58 -04:00
parent 94a43d1888
commit 93caf691d3
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -21,7 +21,7 @@
};
};
outputs = { self, nixpkgs, ... } @ attrs: with nixpkgs.lib; {
outputs = { nixpkgs, ... } @ attrs: with nixpkgs.lib; {
nixosConfigurations = {
nixos = nixosSystem {
system = "x86_64-linux";