Skip to content

Commit

Permalink
fix inner flake template
Browse files Browse the repository at this point in the history
  • Loading branch information
tfc committed Oct 22, 2024
1 parent 49c10a4 commit 27fb006
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nspawn-tarball.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ let

flakeFile = builtins.toFile "flake.nix" ''
{
inputs.nixpkgs.url = "github:nixos/nixpkgs/nixos-23.11";
inputs.nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
outputs = inputs@{ self, nixpkgs, ...}: {
nixosConfigurations.${config.system.name} = nixpkgs.lib.nixosSystem {
Expand Down

0 comments on commit 27fb006

Please sign in to comment.