Skip to content

Commit

Permalink
Update flake
Browse files Browse the repository at this point in the history
- move to 24.05
- tidy unnecessary code
  • Loading branch information
DanNixon committed Jun 29, 2024
1 parent 4b66ef5 commit 8a3fe99
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 63 deletions.
68 changes: 8 additions & 60 deletions flake.lock

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

5 changes: 2 additions & 3 deletions flake.nix
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
{
inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixos-23.11";
nixpkgs.url = "github:nixos/nixpkgs/nixos-24.05";
flake-utils.url = "github:numtide/flake-utils";
};

outputs = {
self,
nixpkgs,
flake-utils,
fenix,
}:
flake-utils.lib.eachDefaultSystem (
system: let
Expand Down Expand Up @@ -53,7 +52,7 @@
RUSTFLAGS = "-D unused-crate-dependencies";
};

packages = rec {
packages = {
default = rustPlatform.buildRustPackage {
pname = name;
version = version;
Expand Down

0 comments on commit 8a3fe99

Please sign in to comment.