Skip to content

Commit

Permalink
nix: move to nixos-unstable
Browse files Browse the repository at this point in the history
  • Loading branch information
FlafyDev committed Aug 26, 2022
1 parent 8fabecd commit 45979b9
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 12 deletions.
18 changes: 9 additions & 9 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 4 additions & 3 deletions flake.nix
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
{
description = "A basic flake with a shell";
inputs.nixpkgs.url = "github:NANASHI0X74/nixpkgs/043de04db8a6b0391b3fefaaade160514d866946";
# inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable";
inputs.flake-utils.url = "github:numtide/flake-utils";
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable";
flake-utils.url = "github:numtide/flake-utils";
};

outputs = { self, nixpkgs, flake-utils }:
flake-utils.lib.eachDefaultSystem (system: let
Expand Down

0 comments on commit 45979b9

Please sign in to comment.