Skip to content

Commit

Permalink
flake.nix: use default nixpkgs from registry
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulGrandperrin committed Apr 27, 2022
1 parent 0ac157a commit 950c19a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
{
description = "A wrapper tool for nix OpenGL applications";

inputs.nixpkgs.url = "nixpkgs/nixos-21.11";

outputs = { self, nixpkgs }: let
pkgs = import ./default.nix { pkgs = nixpkgs.legacyPackages.x86_64-linux; };
in rec {
Expand Down

0 comments on commit 950c19a

Please sign in to comment.