Skip to content

Commit

Permalink
chore: update flake files
Browse files Browse the repository at this point in the history
  • Loading branch information
chmanie committed Dec 3, 2024
1 parent 5d4a2c1 commit 52fa91f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions flake.lock

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

6 changes: 3 additions & 3 deletions flake.nix
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
description = "Flake to develop the colonyJS using nix(OS)";
description = "Flake to develop ColonyJS using nix(OS)";

inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-24.05";
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
};

outputs = {
self,
nixpkgs
nixpkgs,
}: {
devShell.x86_64-linux = with nixpkgs.legacyPackages.x86_64-linux;
mkShell {
Expand Down

0 comments on commit 52fa91f

Please sign in to comment.