Add git-temp-commit to devshell
This commit is contained in:
parent
442fe5d5d8
commit
c2e5a01e26
2 changed files with 32 additions and 0 deletions
|
|
@ -2,6 +2,11 @@
|
|||
inputs = {
|
||||
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
|
||||
flake-utils.url = "github:numtide/flake-utils";
|
||||
git-temp-commit = {
|
||||
url = "git+https://codeberg.org/svenvanheugten/git-temp-commit.git?ref=main";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
inputs.flake-utils.follows = "flake-utils";
|
||||
};
|
||||
};
|
||||
|
||||
outputs =
|
||||
|
|
@ -9,6 +14,7 @@
|
|||
self,
|
||||
nixpkgs,
|
||||
flake-utils,
|
||||
git-temp-commit,
|
||||
}:
|
||||
flake-utils.lib.eachDefaultSystem (
|
||||
system:
|
||||
|
|
@ -36,6 +42,7 @@
|
|||
packages = [
|
||||
pkgs.git
|
||||
pkgs.dotnet-sdk_10
|
||||
git-temp-commit.packages.${system}.default
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue