Skip to content

Commit

Permalink
Pin to stable
Browse files Browse the repository at this point in the history
  • Loading branch information
evantravers committed Jan 31, 2024
1 parent c2726a2 commit e91d8f9
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 6 deletions.
12 changes: 7 additions & 5 deletions nixos-configuration/flake.lock

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

8 changes: 7 additions & 1 deletion nixos-configuration/flake.nix
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
{
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/release-23.11";
};

outputs = { self, nixpkgs }: {
nixosConfigurations.nixos = nixpkgs.lib.nixosSystem {
system = "x86_64-linux";
modules = [ ./configuration.nix ];
modules = [
./configuration.nix
];
};
};
}

0 comments on commit e91d8f9

Please sign in to comment.