Compare commits

..

2 commits

Author SHA1 Message Date
Vibrant C3PO 67d56adc0c
nix: added tea to shell 2024-01-08 23:05:41 +10:00
Vibrant C3PO 6111fddc3b
nixos: bumped to HEAD of 23.11 2024-01-08 23:00:27 +10:00
2 changed files with 5 additions and 4 deletions

View file

@ -12,15 +12,15 @@
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
},
"nixpkgs": {
"branch": "nixos-22.05",
"branch": "nixos-23.11",
"description": "Nix Packages collection",
"homepage": "",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "62de360d75419386b69ea4af4a8ce104949a8242",
"sha256": "1iincgcgswg29znpn3whpa04c1waj6ihn38db5v330laa0hdjhxp",
"rev": "c1be43e8e837b8dbee2b3665a007e761680f0c3d",
"sha256": "01g1lcpc281ba2dll1bkdxjn9w7dric0nk0zwm8dgrjxhad90zhb",
"type": "tarball",
"url": "https://github.com/nixos/nixpkgs/archive/62de360d75419386b69ea4af4a8ce104949a8242.tar.gz",
"url": "https://github.com/nixos/nixpkgs/archive/c1be43e8e837b8dbee2b3665a007e761680f0c3d.tar.gz",
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
}
}

View file

@ -28,6 +28,7 @@ in {
ghcid # GHCi based IDE
hlint # or ormolu
pkgs.niv # Nix dependency management
tea # Gitea official CLI client
];
withHoogle = true;
};