Flakes: Difference between revisions

imported>Jonah
m Updated the note and workaround for cross-platform remote nixos-rebuild
imported>JaviMerino
Use the nixos-unstable branch of nixpkgs as an example of using nix flakes with NixOS instead of nixpkgs master
Line 247: Line 247:
<syntaxHighlight lang=nix>
<syntaxHighlight lang=nix>
{
{
   inputs.nixpkgs.url = github:NixOS/nixpkgs;
   inputs.nixpkgs.url = github:NixOS/nixpkgs/nixos-unstable;
   inputs.home-manager.url = github:nix-community/home-manager;
   inputs.home-manager.url = github:nix-community/home-manager;