Skip to content

Commit

Permalink
Update flake.nix
Browse files Browse the repository at this point in the history
  • Loading branch information
orzklv committed Jun 11, 2024
1 parent 6335e70 commit e686da1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
# Nixpkgs
nixpkgs.url = "github:nixos/nixpkgs/nixos-24.05";

# You can access packages and modules from different nixpkgs revs
# at the same time. Here's an working example:
# Nixpkgs Unstable (for newer packages)
nixpkgs-unstable.url = "github:nixos/nixpkgs/nixos-unstable";
};

outputs = { self, nixpkgs, nixpkgs-unstable, ... } @ inputs: {
# NixOS configuration entrypoint
nixosConfigurations = {
# The installer OS
installer = nixpkgs.lib.nixosSystem {
specialArgs = { inherit inputs; };
modules = [
Expand Down

0 comments on commit e686da1

Please sign in to comment.