We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8f407f commit af6ef87Copy full SHA for af6ef87
1 file changed
flake.nix
@@ -2,7 +2,7 @@
2
description = "NixOS configuration with flakes";
3
4
inputs = {
5
- nixpkgs.url = "git+https://github.com/nixos/nixpkgs?shallow=1&ref=nixos-unstable-small";
+ nixpkgs.url = "git+https://github.com/nixos/nixpkgs?shallow=1&ref=nixos-unstable";
6
# nixpkgs-stable.url = "github:nixos/nixpkgs/nixos-25.05";
7
nixos-hardware.url = "github:NixOS/nixos-hardware/master";
8
systems.url = "github:nix-systems/default";
0 commit comments