Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
toastal
lint-utils
Commits
a8db6a9e
Commit
a8db6a9e
authored
3 years ago
by
Sridhar Ratnakumar
Browse files
Options
Download
Email Patches
Plain Diff
Support non-Linux systems automatically
parent
ed78160a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
flake.nix
flake.nix
+2
-2
No files found.
flake.nix
View file @
a8db6a9e
...
...
@@ -4,9 +4,9 @@
nixpkgs
.
url
=
"github:NixOS/nixpkgs/nixos-unstable"
;
};
outputs
=
{
self
,
nixpkgs
,
flake-utils
}:
flake-utils
.
lib
.
each
System
[
"x86_64-linux"
]
(
system
:
flake-utils
.
lib
.
each
DefaultSystem
(
system
:
let
pkgs
=
import
nixpkgs
{
inherit
system
;
};
pkgs
=
nixpkgs
.
legacyPackages
.
${
system
};
lib
=
import
./lib.nix
{
inherit
pkgs
;
};
in
{
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment