Skip to content

Commit

Permalink
nix use github PR as input url
Browse files Browse the repository at this point in the history
  • Loading branch information
ornicar committed Jun 22, 2024
1 parent d339063 commit eb60f05
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,14 @@
description = "Thibs's NixOS config";

inputs = {
nixpkgs.url = # revert to (2024-06-18)
"github:NixOS/nixpkgs/c00d587b1a1afbf200b1d8f0b0e4ba9deb1c7f0e";
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";

nixpkgs-mongodb.url =
"github:NixOS/nixpkgs/e913ae340076bbb73d9f4d3d065c2bca7caafb16";

nixos-hardware.url = "github:NixOS/nixos-hardware/master";
# awaiting merge
# nixos-hardware.url = "github:NixOS/nixos-hardware";
nixos-hardware.url = "github:toastal/nixos-hardware?ref=remove-dri";

home-manager = {
url = "github:nix-community/home-manager";
Expand Down

0 comments on commit eb60f05

Please sign in to comment.