Skip to content

Commit

Permalink
Restore nixpkgs input
Browse files Browse the repository at this point in the history
  • Loading branch information
noamraph committed Aug 18, 2024
1 parent 478248d commit cfabdf8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
description = "The Nixsa standalone nix tarball";

inputs = {
nixpkgs.url = "https://flakehub.com/f/NixOS/nixpkgs/0.1.0.tar.gz";

fenix = {
url = "https://flakehub.com/f/nix-community/fenix/0.1.1584.tar.gz";
inputs.nixpkgs.follows = "nixpkgs";
Expand All @@ -22,6 +24,7 @@

outputs =
{ self
, nixpkgs
, fenix
, naersk
, nix
Expand All @@ -31,8 +34,6 @@

supportedSystems = [ "i686-linux" "x86_64-linux" "aarch64-linux" ];

nixpkgs = nix.inputs.nixpkgs.legacyPackages;

forAllSystems = f: nixpkgs.lib.genAttrs supportedSystems (system: (forSystem system f));

forSystem = system: f: f rec {
Expand Down

0 comments on commit cfabdf8

Please sign in to comment.