nix: support legacy nix using 'flake-compat'
This commit is contained in:
parent
2954981e0f
commit
a961db0433
4 changed files with 47 additions and 0 deletions
|
|
@ -7,6 +7,10 @@
|
|||
};
|
||||
nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable";
|
||||
flake-utils.url = "github:numtide/flake-utils";
|
||||
flake-compat = {
|
||||
url = "github:edolstra/flake-compat";
|
||||
flake = false;
|
||||
};
|
||||
};
|
||||
|
||||
outputs = { self, naersk, mozillapkgs, nixpkgs, flake-utils, ... }:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue