Compare commits
2 Commits
3d34ecc9f9
...
v0.0.2
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
cf18ebeb79 | ||
|
|
9b2420c9b9 |
12
flake.lock
generated
12
flake.lock
generated
@@ -9,16 +9,16 @@
|
|||||||
"treefmt-nix": "treefmt-nix"
|
"treefmt-nix": "treefmt-nix"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1772610504,
|
"lastModified": 1772613315,
|
||||||
"narHash": "sha256-uoMnjsab5IpZRZ/1mn5oVy4fRnAYn6b58E3FNa+jyQY=",
|
"narHash": "sha256-RlPTOsyfVwuwEzvaMpwS+giOqQa6KQXMuSHyh1bctjk=",
|
||||||
"ref": "v1.0.4",
|
"ref": "v1.0.5",
|
||||||
"rev": "86a0792b6e54104e8cb33983cabc175aea8da464",
|
"rev": "e445e49baf8b44b385108cd4f26a14d8ccf9fd35",
|
||||||
"revCount": 33,
|
"revCount": 35,
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://git.dgren.dev/eric/nix-flake-lib"
|
"url": "https://git.dgren.dev/eric/nix-flake-lib"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"ref": "v1.0.4",
|
"ref": "v1.0.5",
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://git.dgren.dev/eric/nix-flake-lib"
|
"url": "https://git.dgren.dev/eric/nix-flake-lib"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -3,12 +3,13 @@
|
|||||||
|
|
||||||
inputs = {
|
inputs = {
|
||||||
nixpkgs.url = "github:nixos/nixpkgs?ref=nixos-unstable";
|
nixpkgs.url = "github:nixos/nixpkgs?ref=nixos-unstable";
|
||||||
devshell-lib.url = "git+https://git.dgren.dev/eric/nix-flake-lib?ref=v1.0.4";
|
devshell-lib.url = "git+https://git.dgren.dev/eric/nix-flake-lib?ref=v1.0.5";
|
||||||
devshell-lib.inputs.nixpkgs.follows = "nixpkgs";
|
devshell-lib.inputs.nixpkgs.follows = "nixpkgs";
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs =
|
outputs =
|
||||||
{
|
{
|
||||||
|
self,
|
||||||
nixpkgs,
|
nixpkgs,
|
||||||
devshell-lib,
|
devshell-lib,
|
||||||
...
|
...
|
||||||
@@ -41,6 +42,7 @@
|
|||||||
bun
|
bun
|
||||||
bazel9
|
bazel9
|
||||||
bazel-buildtools
|
bazel-buildtools
|
||||||
|
self.packages.${system}.release
|
||||||
];
|
];
|
||||||
|
|
||||||
features = {
|
features = {
|
||||||
|
|||||||
Reference in New Issue
Block a user