Skip to content

Commit

Permalink
use nixpkgs from system
Browse files Browse the repository at this point in the history
  • Loading branch information
corpix committed Jun 21, 2021
1 parent 6fd8ff1 commit 8c6d4bd
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions shell.nix
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
let
nixpkgs = builtins.fetchTarball {
url = "https://github.com/nixos/nixpkgs/archive/ddf38a8241089d79c3bcd1777781b6438ab88d84.tar.gz";
sha256 = "0fjk69mn58h0gjzgxgnkfkhhf1l707bg2cn4823ma9xbjxbhl0ya";
};
nixpkgs = <nixpkgs>;
in with import nixpkgs {};
stdenv.mkDerivation {
name = "nix-shell";
Expand Down

0 comments on commit 8c6d4bd

Please sign in to comment.