Skip to content

Commit

Permalink
chore: switch to nixos-unstable, update flake.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan4yin committed Nov 28, 2024
1 parent 28b20d2 commit ab5a154
Show file tree
Hide file tree
Showing 2 changed files with 60 additions and 58 deletions.
110 changes: 55 additions & 55 deletions flake.lock

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

8 changes: 5 additions & 3 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,13 @@

# Official NixOS package source, using nixos's unstable branch by default
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
nixpkgs-unstable.url = "github:nixos/nixpkgs/nixos-unstable-small";
# nixpkgs-unstable.url = "github:nixos/nixpkgs/nixos-unstable-small";
nixpkgs-unstable.url = "github:nixos/nixpkgs/nixos-unstable";
nixpkgs-stable.url = "github:nixos/nixpkgs/nixos-24.11";

# for macos
nixpkgs-darwin.url = "github:nixos/nixpkgs/nixpkgs-24.11-darwin";
# nixpkgs-darwin.url = "github:nixos/nixpkgs/nixpkgs-24.11-darwin";
nixpkgs-darwin.url = "github:nixos/nixpkgs/nixpkgs-unstable";
nix-darwin = {
url = "github:lnl7/nix-darwin";
inputs.nixpkgs.follows = "nixpkgs-darwin";
Expand Down Expand Up @@ -89,7 +91,7 @@
nix-gaming.url = "github:fufexan/nix-gaming";

disko = {
url = "github:nix-community/disko/v1.6.1";
url = "github:nix-community/disko/v1.9.0";
inputs.nixpkgs.follows = "nixpkgs";
};

Expand Down

0 comments on commit ab5a154

Please sign in to comment.