Skip to content

Commit

Permalink
Use GitHub refs again
Browse files Browse the repository at this point in the history
  • Loading branch information
sandhose committed Sep 16, 2024
1 parent a7ae0dc commit 6a53236
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 36 deletions.
67 changes: 36 additions & 31 deletions flake.lock

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

10 changes: 5 additions & 5 deletions flake.nix
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
{
inputs = {
flake-utils.url = "https://flakehub.com/f/numtide/flake-utils/0.1.tar.gz";
flake-utils.url = "github:numtide/flake-utils";

nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";

nix = {
url = "https://flakehub.com/f/NixOS/nix/2.21.2.tar.gz";
url = "github:NixOS/nix";
inputs.nixpkgs.follows = "nixpkgs";
inputs.flake-compat.follows = "flake-compat";
};

fenix = {
url = "https://flakehub.com/f/nix-community/fenix/0.1.1822.tar.gz";
url = "github:nix-community/fenix";
inputs.nixpkgs.follows = "nixpkgs";
};

flake-compat.url = "https://flakehub.com/f/edolstra/flake-compat/1.0.1.tar.gz";
flake-compat.url = "github:edolstra/flake-compat";

rycee = {
url = "gitlab:rycee/nur-expressions";
Expand All @@ -33,7 +33,7 @@
};

nixos-generators = {
url = "https://flakehub.com/f/nix-community/nixos-generators/0.1.390.tar.gz";
url = "github:nix-community/nixos-generators";
inputs.nixpkgs.follows = "nixpkgs";
};
};
Expand Down

0 comments on commit 6a53236

Please sign in to comment.