Skip to content

Commit

Permalink
Update flake inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
tfc committed Jan 16, 2024
1 parent 4890f70 commit 7fe5a42
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 14 deletions.
1 change: 1 addition & 0 deletions configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
];

boot.isContainer = true;
networking.hostName = "nixos";

# activate Nix Flakes
nix.extraOptions = ''
Expand Down
25 changes: 13 additions & 12 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

inputs = {
flake-parts.url = "github:hercules-ci/flake-parts";
nixpkgs.url = "github:nixos/nixpkgs";
nixpkgs.url = "github:nixos/nixpkgs/nixos-23.11";
treefmt-nix.inputs.nixpkgs.follows = "nixpkgs";
treefmt-nix.url = "github:numtide/treefmt-nix";
};
Expand Down
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";
inputs.nixpkgs.url = "github:nixos/nixpkgs/nixos-23.11";
outputs = inputs@{ self, nixpkgs, ...}: {
nixosConfigurations.${config.system.name} = nixpkgs.lib.nixosSystem {
Expand Down

0 comments on commit 7fe5a42

Please sign in to comment.