Compare commits

...

2 Commits

Author SHA1 Message Date
Bit Borealis d49a54b0c6
comment out nom until fixed 2024-03-30 18:07:11 -04:00
Bit Borealis c1e00239cf
change to unstable, 2024-03-30 18:04:32 -04:00
3 changed files with 17 additions and 9 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

@ -7,7 +7,7 @@
}; };
inputs = { inputs = {
nixpkgs.url = "github:geekygays/nixpkgs"; nixpkgs.url = "github:nixos/nixpkgs?ref=nixos-unstable";
nixos-hardware.url = "github:nixos/nixos-hardware"; nixos-hardware.url = "github:nixos/nixos-hardware";
systems.url = "github:geekygays/systems"; systems.url = "github:geekygays/systems";

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