Skip to content

Commit

Permalink
[nixos] update nixpkgs to melpa-2020-05-09
Browse files Browse the repository at this point in the history
  • Loading branch information
rasendubi committed May 9, 2020
1 parent 0d5cdad commit c8e8389
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 11 deletions.
8 changes: 6 additions & 2 deletions README.org
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,13 @@ Make this repository flake-compatible:
inputs = {
nixpkgs = {
type = "github";

# Required for org-roam and related emacs packages.
# https://github.com/NixOS/nixpkgs/pull/87409
owner = "rasendubi";
repo = "nixpkgs";
ref = "melpa-2020-04-27";
ref = "melpa-2020-05-09";

# owner = "NixOS";
# repo = "nixpkgs-channels";
# ref = "nixpkgs-unstable";
Expand Down Expand Up @@ -217,7 +221,7 @@ This is my small Dell XPS 13.
#+begin_src nix
{
imports = [
# (import "${inputs.nixos-hardware}/dell/xps/13-9360")
(import "${inputs.nixos-hardware}/dell/xps/13-9360")
inputs.nixpkgs.nixosModules.notDetected
];

Expand Down
15 changes: 8 additions & 7 deletions flake.lock

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

6 changes: 5 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,13 @@
inputs = {
nixpkgs = {
type = "github";

# Required for org-roam and related emacs packages.
# https://github.com/NixOS/nixpkgs/pull/87409
owner = "rasendubi";
repo = "nixpkgs";
ref = "melpa-2020-04-27";
ref = "melpa-2020-05-09";

# owner = "NixOS";
# repo = "nixpkgs-channels";
# ref = "nixpkgs-unstable";
Expand Down
2 changes: 1 addition & 1 deletion nixos-config.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ let
omicron = [
{
imports = [
# (import "${inputs.nixos-hardware}/dell/xps/13-9360")
(import "${inputs.nixos-hardware}/dell/xps/13-9360")
inputs.nixpkgs.nixosModules.notDetected
];

Expand Down

0 comments on commit c8e8389

Please sign in to comment.