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": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1711738046, "lastModified": 1711703276,
"narHash": "sha256-J7/vq+qaf2gZPPKAH+dK9pZAwR6wxuOVNozRQoAstHQ=", "narHash": "sha256-iMUFArF0WCatKK6RzfUJknjem0H9m4KgorO/p3Dopkk=",
"owner": "geekygays", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "9b978713e26536cbc555ac33c4a4b1733a7c3eae", "rev": "d8fe5e6c92d0d190646fb9f1056741a229980089",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "geekygays", "owner": "nixos",
"ref": "nixos-unstable",
"repo": "nixpkgs", "repo": "nixpkgs",
"type": "github" "type": "github"
} }

View File

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