Merge pull request #1896 from Malix-Labs/docs-flake-input

treewide: enhance flake inputs
This commit is contained in:
Doron Behar 2026-06-01 10:47:46 +00:00 committed by GitHub
commit 4ed851c979
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 43 additions and 17 deletions

View file

@ -40,7 +40,8 @@ Below is an annoated flake example to create the initial boot image.
disko.url = "github:nix-community/disko";
disko.inputs.nixpkgs.follows = "nixpkgs";
nixos-hardware.url = "github:NixOS/nixos-hardware";
nixpkgs.url = "github:NixOS/nixpkgs/nixos-24.11";
nixos-hardware.inputs.nixpkgs.follows = "nixpkgs";
nixpkgs.url = "https://channels.nixos.org/nixos-unstable/nixexprs.tar.xz";
nixpkgs-unfree.url = "github:numtide/nixpkgs-unfree/nixos-unstable";
};