Skip to content

Commit

Permalink
Merge pull request #2 from dotboris/nixos-24.05
Browse files Browse the repository at this point in the history
Nixos 24.05
  • Loading branch information
dotboris authored Jun 13, 2024
2 parents 84f5379 + 22245db commit 3c37b5d
Show file tree
Hide file tree
Showing 4 changed files with 154 additions and 176 deletions.
72 changes: 29 additions & 43 deletions flake.lock

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

5 changes: 3 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
url = "github:serokell/deploy-rs";
inputs.nixpkgs.follows = "nixpkgs";
};
nixpkgs.url = "github:NixOs/nixpkgs/nixos-23.11";
nixpkgs.url = "github:NixOs/nixpkgs/nixos-24.05";
nixos-images = {
url = "github:nix-community/nixos-images";
inputs = {
nixos-unstable.follows = "nixpkgs";
nixos-2311.follows = "nixpkgs";
nixos-stable.follows = "nixpkgs";
};
};
disko = {
Expand All @@ -30,6 +30,7 @@
sops-nix = {
url = "github:Mic92/sops-nix";
inputs.nixpkgs.follows = "nixpkgs";
inputs.nixpkgs-stable.follows = "nixpkgs";
};
};

Expand Down
Loading

0 comments on commit 3c37b5d

Please sign in to comment.