Skip to content

Commit

Permalink
use flake registry
Browse files Browse the repository at this point in the history
  • Loading branch information
bbigras committed Dec 29, 2020
1 parent 987ed4c commit 2164117
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 15 deletions.
21 changes: 9 additions & 12 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
Expand Up @@ -2,7 +2,10 @@
description = "bbigras's NixOS config";

inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
nixpkgs.url = "nixpkgs/nixos-unstable";
nixos-hardware.url = "nixos-hardware";
nur.url = "nur";

flake-utils.url = "github:numtide/flake-utils";

sops-nix = {
Expand All @@ -13,7 +16,6 @@
url = "github:rycee/home-manager";
inputs.nixpkgs.follows = "nixpkgs";
};
nur.url = "github:nix-community/NUR";
deploy-rs = {
url = "github:serokell/deploy-rs";
inputs = {
Expand All @@ -24,7 +26,6 @@

emacs-overlay.url = "github:nix-community/emacs-overlay";
impermanence.url = "github:nix-community/impermanence";
nixos-hardware.url = "github:NixOS/nixos-hardware";

nixpkgs-cdda-mods = {
url = "github:mnacamura/nixpkgs-cdda-mods";
Expand Down

0 comments on commit 2164117

Please sign in to comment.