Skip to content

Instantly share code, notes, and snippets.

@lucabrunox
Last active August 29, 2015 14:06
Show Gist options
  • Save lucabrunox/889eebc073a8edb09721 to your computer and use it in GitHub Desktop.
Save lucabrunox/889eebc073a8edb09721 to your computer and use it in GitHub Desktop.

Revisions

  1. lethalman revised this gist Sep 21, 2014. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion release-combined.nix
    Original file line number Diff line number Diff line change
    @@ -1,2 +1,2 @@
    { supportedSystems ? [ "x86_64-linux" "i686-linux" ] }:
    removeAttrs (import <nixpkgs/nixos/release-combined.nix> { inherit supportedSystems; }) ["tested"]
    import <nixpkgs/nixos/release-combined.nix> { inherit supportedSystems; }
  2. lethalman created this gist Sep 12, 2014.
    2 changes: 2 additions & 0 deletions release-combined.nix
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,2 @@
    { supportedSystems ? [ "x86_64-linux" "i686-linux" ] }:
    removeAttrs (import <nixpkgs/nixos/release-combined.nix> { inherit supportedSystems; }) ["tested"]