comment out nom until fixed

This commit is contained in:
Bit Borealis 2024-03-30 18:07:11 -04:00
parent c1e00239cf
commit d49a54b0c6
No known key found for this signature in database
GPG Key ID: 2D816A2DCA6E5649
2 changed files with 16 additions and 8 deletions

View File

@ -149,15 +149,16 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1711738046,
"narHash": "sha256-J7/vq+qaf2gZPPKAH+dK9pZAwR6wxuOVNozRQoAstHQ=",
"owner": "geekygays",
"lastModified": 1711703276,
"narHash": "sha256-iMUFArF0WCatKK6RzfUJknjem0H9m4KgorO/p3Dopkk=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "9b978713e26536cbc555ac33c4a4b1733a7c3eae",
"rev": "d8fe5e6c92d0d190646fb9f1056741a229980089",
"type": "github"
},
"original": {
"owner": "geekygays",
"owner": "nixos",
"ref": "nixos-unstable",
"repo": "nixpkgs",
"type": "github"
}

View File

@ -65,9 +65,16 @@
'';
};
environment.systemPackages = with pkgs; [
nvd nixpkgs-fmt nix-output-monitor
coreutils mime-types file
usbutils pciutils gitFull git-crypt
nvd
nixpkgs-fmt
# nix-output-monitor
coreutils
mime-types
file
usbutils
pciutils
gitFull
git-crypt
];
nix = let