Skip to content

Commit

Permalink
Update to 24.05
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanDeveloper committed Jul 16, 2024
1 parent 3551102 commit 7915e31
Show file tree
Hide file tree
Showing 15 changed files with 63 additions and 191 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ nix-channel update
nix flake update
# Update system
nixos-rebuild switch --flake '.#stefan' --upgrade
# Build Image
nix build .#vm
```

### Clean old generations:
Expand Down
219 changes: 46 additions & 173 deletions flake.lock

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

6 changes: 3 additions & 3 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
description = "NixOS configuration with flakes";

inputs = {
home-manager.url = "github:nix-community/home-manager/release-23.05";
home-manager.url = "github:nix-community/home-manager/release-24.05";

# NixOS profiles covering hardware quirks:
# https://github.com/NixOS/nixos-hardware
Expand All @@ -23,8 +23,8 @@

# nixpkgs versions
nixpkgs-unstable.url = "github:nixos/nixpkgs/nixos-unstable";
nixpkgs.url = "github:NixOS/nixpkgs/nixos-23.05";
nixpkgs-old.url = "github:NixOS/nixpkgs/nixos-23.05";
nixpkgs.url = "github:NixOS/nixpkgs/nixos-24.05";
nixpkgs-old.url = "github:NixOS/nixpkgs/nixos-24.05";

# Nix formatter
nixpkgs-fmt = {
Expand Down
Loading

0 comments on commit 7915e31

Please sign in to comment.